Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c55 static void print_hexdata(char *, uint8_t *, uint16_t);
267 print_hexdata(endofline, tag_value, tag_length); in interpret_hexdata()
294 print_hexdata(endofline, tag_value, tag_length); in interpret_cookie()
311 print_hexdata(endofline, vendor_data, tag_length - 4); in interpret_vendor()
321 print_hexdata(endofline, tag_value, tag_length); in interpret_relay()
375 print_hexdata(char *line, uint8_t *data, uint16_t length) in print_hexdata() function