Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c631 static void spi_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in spi_ext() argument
641 this_ext_len -= sizeof (spi_hi) + sizeof (spi_low); in spi_ext()
646 (this_ext_len*3 > BUFLEN ? BUFLEN : this_ext_len), in spi_ext()
651 static void key_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in key_ext() argument
678 this_ext_len -= sizeof (alg); in key_ext()
686 this_ext_len -= sizeof (spi_hi) + sizeof (spi_low); in key_ext()
694 this_ext_len -= sizeof (spi_hi) + sizeof (spi_low); in key_ext()
700 (this_ext_len*3 > BUFLEN ? BUFLEN : this_ext_len), in key_ext()
706 static void trav_ext(uint8_t type, uint8_t this_ext_len, uchar_t *p) { in trav_ext() argument
711 this_ext_len -= 2; in trav_ext()
[all …]