Searched refs:send_ether (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sbin/ipf/ipsend/ |
| D | ipsend.h | 33 extern int send_ether(int, char *, int, struct in_addr);
|
| D | iptests.c | 205 (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()
|
| D | ip.c | 49 send_ether(int nfd, char *buf, int len, struct in_addr gwip) in send_ether() function
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | wpa_auth.h | 311 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
|
| D | wpa_auth_glue.c | 1463 .send_ether = hostapd_wpa_auth_send_ether, in hostapd_setup_wpa()
|
| D | wpa_auth_ft.c | 630 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()
|