Searched defs:this_ext_len (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mip.c | 631 static void spi_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in spi_ext() 651 static void key_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in key_ext() 706 static void trav_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in trav_ext() 731 static void empty_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in empty_ext() 736 static void nai_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in nai_ext() 747 static void chall_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in chall_ext() 759 static void ma_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in ma_ext() 846 static void prefix_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in prefix_ext() 858 static void unk_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in unk_ext()
|