Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDprint-fddi.c41 struct fddi_header { struct
231 extract_fddi_addrs(const struct fddi_header *fddip, char *fsrc, char *fdst) in extract_fddi_addrs()
256 register const struct fddi_header *fddip, register u_int length, in fddi_hdr_print()
286 const struct fddi_header *fddip = (const struct fddi_header *)p; in fddi_print()
/NextBSD/sys/net/
HDfddi.h79 #define FDDI_HDR_LEN (sizeof(struct fddi_header))
84 struct fddi_header { struct
HDif_fddisubr.c103 struct fddi_header *fh; in fddi_output()
196 fh = mtod(m, struct fddi_header *); in fddi_output()
256 fh = mtod(m, struct fddi_header *); in fddi_output()
312 struct fddi_header *fh;
336 fh = mtod(m, struct fddi_header *);
/NextBSD/sys/dev/pdq/
HDpdq_ifsubr.c230 struct fddi_header *fh; in pdq_os_receive_pdu()
252 fh = mtod(m, struct fddi_header *); in pdq_os_receive_pdu()
/NextBSD/sys/netinet/
HDip_carp.c1434 struct fddi_header *fh; in carp_output()
1436 fh = mtod(m, struct fddi_header *); in carp_output()