Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c382 nhdrp->sbh_origlen = ntohl(hdrp->sbh_origlen); in scan()
397 (nhdrp->sbh_origlen == 0) || in scan()
398 (bp + nhdrp->sbh_origlen) < bp || in scan()
402 (nhdrp->sbh_msglen > nhdrp->sbh_origlen) || in scan()
437 nhdrp->sbh_origlen)) { in scan()
715 nhdr.sbh_origlen = htonl(hdrp->sbh_origlen); in cap_write()
741 nhdr.sbh_origlen = ohdrp->o_len; in convert_old()
H A Dsnoop_display.c108 click(hdrp->sbh_origlen); in process_pkt()
111 hdrp->sbh_origlen); in process_pkt()
114 hdrp->sbh_origlen); in process_pkt()
/titanic_41/usr/src/uts/common/sys/
H A Dbufmod.h122 uint_t sbh_origlen; member
/titanic_41/usr/src/uts/common/io/
H A Dbufmod.c1050 hp.sbh_origlen = origlen; in sbaddmsg()