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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c319 struct slpv1_hdr slp1; local
326 memcpy(&slp1, slphdr, 5);
328 if (slp1.function > V1_MAX_FUNCTION) {
332 if (slp1.length > len) {

Completed in 79 milliseconds