Home
last modified time | relevance | path

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

/titanic_41/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); in interpret_hexdata()
296 print_hexdata(endofline, tag_value, tag_length); in interpret_cookie()
313 print_hexdata(endofline, vendor_data, tag_length - 4); in interpret_vendor()
323 print_hexdata(endofline, tag_value, tag_length); in interpret_relay()
377 print_hexdata(char *line, uint8_t *data, uint16_t length) in print_hexdata() function