Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c42 static const char *show_msgtype(unsigned char);
141 "DHCP/BOOTP %s", show_msgtype(dp->options[2])); in interpret_dhcp()
537 show_msgtype(*start)); in show_options()
612 show_msgtype(unsigned char type) in show_msgtype() function