Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c48 static const char *mtype_to_str(uint8_t);
87 mtype_to_str(data[0])); in interpret_dhcpv6()
147 " relay=%s", mtype_to_str(*(uint8_t *)(d6o + 1))); in interpret_dhcpv6()
155 mtype_to_str(data[0])); in interpret_dhcpv6()
190 mtype_to_str(uint8_t mtype) in mtype_to_str() function