Searched refs:pkt_v4_match (Results 1 – 3 of 3) sorted by relevance
135 boolean_t pkt_v4_match(uchar_t, dhcp_message_type_t);
1026 if (!isv6 && !pkt_v4_match(recv_type, DHCP_PACK|DHCP_PNAK)) { in dhcp_acknak_global()1116 if (!pkt_v4_match(recv_type, in dhcp_packet_lif()1137 if (pkt_v4_match(recv_type, DHCP_PACK|DHCP_PNAK)) { in dhcp_packet_lif()
1418 pkt_v4_match(uchar_t type, dhcp_message_type_t match_type) in pkt_v4_match() function