Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif-sun.c82 if_openrawsocket(struct interface *ifp, int protocol) in if_openrawsocket() function
Dif.h131 int if_openrawsocket(struct interface *, uint16_t);
Darp.c199 state->arp_fd = if_openrawsocket(ifp, ETHERTYPE_ARP); in arp_open()
Dif-bsd.c294 if_openrawsocket(struct interface *ifp, uint16_t protocol) in if_openrawsocket() function
Dif-linux.c1128 if_openrawsocket(struct interface *ifp, uint16_t protocol) in if_openrawsocket() function
Ddhcp.c3373 state->raw_fd = if_openrawsocket(ifp, ETHERTYPE_IP); in dhcp_open()