Searched refs:interpret_hexdata (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pppoe.c | 59 static interpret_func_t interpret_hexdata; variable 72 { "End-Of-List", POETT_END, interpret_hexdata }, 75 { "Host-Uniq", POETT_UNIQ, interpret_hexdata }, 82 { "Multicast-Capable", POETT_MULTI, interpret_hexdata }, 262 interpret_hexdata(uint8_t *tag_value, uint16_t tag_length) in interpret_hexdata() function
|