Searched defs: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.c47 static const char *mtype_to_str(uint8_t);
86 mtype_to_str(data[0]));
146 " relay=%s", mtype_to_str(*(uint8_t *)(d6o + 1)));
154 mtype_to_str(data[0]));
189 mtype_to_str(uint8_t mtype) function

Completed in 107 milliseconds