Home
last modified time | relevance | path

Searched refs:pkt_v4_match (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.h135 boolean_t pkt_v4_match(uchar_t, dhcp_message_type_t);
H A Drequest.c1026 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()
H A Dpacket.c1418 pkt_v4_match(uchar_t type, dhcp_message_type_t match_type) in pkt_v4_match() function