HomeSort by: relevance | last modified time | path
    Searched refs:send_ether (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ipf/dist/ipsend/
ipsend.h 40 extern int send_ether __P((int, char *, int, struct in_addr));
iptests.c 239 (void) send_ether(nfd, (char *)ip, i, gwip);
251 (void) send_ether(nfd, (char *)ip, len, gwip);
270 (void) send_ether(nfd, (char *)ip, len, gwip);
282 (void) send_ether(nfd, (char *)ip, i, gwip);
ip.c 54 int send_ether(nfd, buf, len, gwip) function
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 358 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
wpa_auth_glue.c 1624 .send_ether = hostapd_wpa_auth_send_ether,
wpa_auth_ft.c 634 if (wpa_auth->cb->send_ether == NULL)
637 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB,

Completed in 60 milliseconds