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.c57 static void print_hexdata(char *, uint8_t *, uint16_t);
269 print_hexdata(endofline, tag_value, tag_length);
296 print_hexdata(endofline, tag_value, tag_length);
313 print_hexdata(endofline, vendor_data, tag_length - 4);
323 print_hexdata(endofline, tag_value, tag_length);
377 print_hexdata(char *line, uint8_t *data, uint16_t length) function

Completed in 42 milliseconds