Searched refs:send_ether (Results 1 – 6 of 6) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.h | 32 extern int send_ether(int, char *, int, struct in_addr);
|
H A D | iptests.c | 200 (void) send_ether(nfd, (char *)ip, i, gwip); in ip_test1() 212 (void) send_ether(nfd, (char *)ip, len, gwip); in ip_test1() 231 (void) send_ether(nfd, (char *)ip, len, gwip); in ip_test1() 243 (void) send_ether(nfd, (char *)ip, i, gwip); in ip_test1()
|
H A D | ip.c | 44 send_ether(int nfd, char *buf, int len, struct in_addr gwip) in send_ether() function
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 358 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
|
H A D | wpa_auth_glue.c | 1624 .send_ether = hostapd_wpa_auth_send_ether, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 634 if (wpa_auth->cb->send_ether == NULL) in wpa_ft_rrb_send() 637 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()
|