Searched refs:recv_pkt (Results 1 – 4 of 4) sorted by relevance
133 PKT_LIST *recv_pkt(int, int, boolean_t);
989 plp = recv_pkt(fd, get_max_mtu(isv6), isv6); in dhcp_acknak_global()1106 if ((plp = recv_pkt(fd, lif->lif_max, B_FALSE)) == NULL) in dhcp_packet_lif()
1318 recv_pkt(int fd, int mtu, boolean_t isv6) in recv_pkt() function
324 The recv_pkt() function is simpler but still complicated by the fact327 and then calls recv_pkt() to read in the packet along with meta