Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c328 volatile struct sb_hdr nhdr, *nhdrp; in scan() local
347 for (bp = buf; bp < bufstop; bp += nhdrp->sbh_totlen) { in scan()
363 nhdrp = hdrp; in scan()
380 nhdrp = &nhdr; in scan()
382 nhdrp->sbh_origlen = ntohl(hdrp->sbh_origlen); in scan()
383 nhdrp->sbh_msglen = ntohl(hdrp->sbh_msglen); in scan()
384 nhdrp->sbh_totlen = ntohl(hdrp->sbh_totlen); in scan()
385 nhdrp->sbh_drops = ntohl(hdrp->sbh_drops); in scan()
386 nhdrp->sbh_timestamp.tv_sec = in scan()
388 nhdrp->sbh_timestamp.tv_usec = in scan()
[all …]