Searched refs:if_openrawsocket (Results 1 – 6 of 6) sorted by relevance
82 if_openrawsocket(struct interface *ifp, int protocol) in if_openrawsocket() function
131 int if_openrawsocket(struct interface *, uint16_t);
199 state->arp_fd = if_openrawsocket(ifp, ETHERTYPE_ARP); in arp_open()
294 if_openrawsocket(struct interface *ifp, uint16_t protocol) in if_openrawsocket() function
1128 if_openrawsocket(struct interface *ifp, uint16_t protocol) in if_openrawsocket() function
3373 state->raw_fd = if_openrawsocket(ifp, ETHERTYPE_IP); in dhcp_open()