Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c351 volatile struct sb_hdr nhdr, *nhdrp; in scan() local
370 for (bp = buf; bp < bufstop; bp += nhdrp->sbh_totlen) { in scan()
386 nhdrp = hdrp; in scan()
403 nhdrp = &nhdr; in scan()
405 nhdrp->sbh_origlen = ntohl(hdrp->sbh_origlen); in scan()
406 nhdrp->sbh_msglen = ntohl(hdrp->sbh_msglen); in scan()
407 nhdrp->sbh_totlen = ntohl(hdrp->sbh_totlen); in scan()
408 nhdrp->sbh_drops = ntohl(hdrp->sbh_drops); in scan()
409 nhdrp->sbh_timestamp.tv_sec = in scan()
411 nhdrp->sbh_timestamp.tv_usec = in scan()
[all …]