Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Dipsend.h32 extern int send_ether(int, char *, int, struct in_addr);
H A Diptests.c200 (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 Dip.c44 send_ether(int nfd, char *buf, int len, struct in_addr gwip) in send_ether() function
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h358 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
H A Dwpa_auth_glue.c1624 .send_ether = hostapd_wpa_auth_send_ether, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c634 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()