Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h225 struct nm_pkthdr hdr; member
977 d->hdr.len = d->hdr.caplen = ring->slot[i].len; in nm_dispatch()
978 d->hdr.ts = ring->ts; in nm_dispatch()
979 cb(arg, &d->hdr, buf); in nm_dispatch()
988 nm_nextpkt(struct nm_desc *d, struct nm_pkthdr *hdr) in nm_nextpkt() argument
1001 hdr->ts = ring->ts; in nm_nextpkt()
1002 hdr->len = hdr->caplen = ring->slot[i].len; in nm_nextpkt()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct12 for hdr in hdrs:
13 if not hdr:
15 _hdr = Split(hdr)
H A DMakefile.in418 distclean-hdr:
767 distclean-am: clean-am distclean-generic distclean-hdr \
837 distclean-hdr distclean-libtool distclean-tags distcleancheck \
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DMakefile.am269 hdr = server.h buffer.h network.h log.h keyvalue.h \ macro
308 noinst_HEADERS = $(hdr)
H A DMakefile.in893 hdr = server.h buffer.h network.h log.h keyvalue.h \
927 noinst_HEADERS = $(hdr)