Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/ipsend/
Dipsend.h33 extern int send_ether(int, char *, int, struct in_addr);
Diptests.c205 (void) send_ether(nfd, (char *)ip, i, gwip); in ip_test1()
217 (void) send_ether(nfd, (char *)ip, len, gwip); in ip_test1()
236 (void) send_ether(nfd, (char *)ip, len, gwip); in ip_test1()
248 (void) send_ether(nfd, (char *)ip, i, gwip); in ip_test1()
Dip.c49 send_ether(int nfd, char *buf, int len, struct in_addr gwip) in send_ether() function
/freebsd-12-stable/contrib/wpa/src/ap/
Dwpa_auth.h311 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
Dwpa_auth_glue.c1463 .send_ether = hostapd_wpa_auth_send_ether, in hostapd_setup_wpa()
Dwpa_auth_ft.c630 if (wpa_auth->cb->send_ether == NULL) in wpa_ft_rrb_send()
633 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()