Home
last modified time | relevance | path

Searched refs:pkt_type_to_string (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.h54 const char *pkt_type_to_string(uchar_t, boolean_t);
H A Drequest.c114 pkt_type_to_string(pkt_recv_type(plp), B_TRUE)); in server_unicast_option()
998 pname = pkt_type_to_string(recv_type, isv6); in dhcp_acknak_global()
1114 pname = pkt_type_to_string(recv_type, B_FALSE); in dhcp_packet_lif()
H A Dpacket.c853 pkt_name = pkt_type_to_string(ptype, dpkt->pkt_isv6); in send_pkt_internal()
1449 pkt_type_to_string(pkt_recv_type(plp), dsmp->dsm_isv6), in pkt_smach_enqueue()
H A Dutil.c96 pkt_type_to_string(uchar_t type, boolean_t isv6) in pkt_type_to_string() function