Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c81 int x_length = 0x7fffffff; variable
376 x_length = -1; in main()
380 x_length = atoi(p2); in main()
H A Dsnoop_display.c81 extern int x_length; in process_pkt()
119 length = MIN(hdrp->sbh_msglen - offset, x_length); in process_pkt()