Searched refs:send_ether (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/ipsend/ |
| H A D | ipsend.h | 37 extern int send_ether __P((int, char *, int, struct in_addr));
|
| H A D | iptests.c | 216 (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 D | ip.c | 49 int send_ether(nfd, buf, len, gwip) in send_ether() function
|
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | wpa_auth_glue.c | 623 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 D | wpa_auth.h | 269 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
|
| H A D | wpa_auth_ft.c | 629 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 D | driver.h | 3082 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member
|