Home
last modified time | relevance | path

Searched refs:send_ether (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/ipfilter/ipsend/
H A Dipsend.h37 extern int send_ether __P((int, char *, int, struct in_addr));
H A Diptests.c216 (void) send_ether(nfd, (char *)ip, i, gwip);
228 (void) send_ether(nfd, (char *)ip, len, gwip);
247 (void) send_ether(nfd, (char *)ip, len, gwip);
259 (void) send_ether(nfd, (char *)ip, i, gwip);
H A Dip.c49 int send_ether(nfd, buf, len, gwip) in send_ether() function
/freebsd-12.1/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c623 if (hapd->driver && hapd->driver->send_ether) in hostapd_wpa_auth_send_ether()
624 return hapd->driver->send_ether(hapd->drv_priv, dst, in hostapd_wpa_auth_send_ether()
1279 .send_ether = hostapd_wpa_auth_send_ether, in hostapd_setup_wpa()
1344 hapd->driver->send_ether == NULL)) { in hostapd_setup_wpa()
H A Dwpa_auth.h269 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
H A Dwpa_auth_ft.c629 if (wpa_auth->cb->send_ether == NULL) in wpa_ft_rrb_send()
632 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver.h3082 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member