Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dmsgdsize.c13 size_t msgdsize(orig) in msgdsize() function
H A Dprintpacket.c39 ASSERT(len == msgdsize(m));
/netbsd-src/external/cddl/dtracetoolkit/dist/Net/
H A Dtcpwdist.d70 this->size = msgdsize(args[1]);
H A Dtcpsnoop.d289 self->size = msgdsize(args[2]) + 14; /* should check trailers */
312 self->size = msgdsize(args[1]) + 14; /* should check trailers */
H A Dtcpsnoop_snv.d291 self->size = msgdsize(args[2]) + 14; /* should check trailers */
314 self->size = msgdsize(args[1]) + 14; /* should check trailers */
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dtcpwdist.d70 this->size = msgdsize(args[1]);
H A Dtcpsnoop_snv.d291 self->size = msgdsize(args[2]) + 14; /* should check trailers */
314 self->size = msgdsize(args[1]) + 14; /* should check trailers */
H A Dtcpsnoop.d289 self->size = msgdsize(args[2]) + 14; /* should check trailers */
312 self->size = msgdsize(args[1]) + 14; /* should check trailers */
/netbsd-src/external/bsd/ipf/lib/
H A DMakefile63 msgdsize.c \
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h411 # define MSGDSIZE(m) msgdsize(m)
H A Dip_fil.h1719 extern size_t msgdsize(mb_t *);
/netbsd-src/external/bsd/ipf/dist/
H A DHISTORY230 3438273 msgdsize should be easier to read
974 use mbufchainlen rather than msgdsize,