Home
last modified time | relevance | path

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

/dragonfly/sys/net/netmap/
H A Dnetmap_user.h118 struct nm_hdr_t { /* same as pcap_pkthdr */ struct
132 struct nm_hdr_t hdr; argument
145 typedef void (*nm_cb_t)(u_char *, const struct nm_hdr_t *, const u_char *d);
160 static u_char *nm_next(struct nm_desc_t *, struct nm_hdr_t *);
298 nm_next(struct nm_desc_t *d, struct nm_hdr_t *hdr) in nm_next()