Searched defs:real_oplen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c882 unsigned short real_oplen; local
899 real_oplen = nextop ? nextop : msglength;
911 p += (real_oplen - 4);
912 msglength -= (real_oplen - 4);
935 sprintf(get_line(0, 0), "Option Length = %u", real_oplen);

Completed in 49 milliseconds