Searched refs:send_ether (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsend.h33 extern int send_ether(int, char *, int, struct in_addr);
H A Diptests.c209 (void) send_ether(nfd, (char *)ip, i, gwip);
221 (void) send_ether(nfd, (char *)ip, len, gwip);
240 (void) send_ether(nfd, (char *)ip, len, gwip);
252 (void) send_ether(nfd, (char *)ip, i, gwip);
H A Dip.c49 int send_ether(nfd, buf, len, gwip) function
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c623 if (hapd->driver && hapd->driver->send_ether)
624 return hapd->driver->send_ether(hapd->drv_priv, dst,
1279 .send_ether = hostapd_wpa_auth_send_ether,
1344 hapd->driver->send_ether == NULL)) {
H A Dwpa_auth.h269 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_ft.c629 if (wpa_auth->cb->send_ether == NULL)
632 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3073 * send_ether - Send an ethernet packet (AP only)
3082 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member in struct:wpa_driver_ops

Completed in 305 milliseconds