• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/xnu-2782.1.97/bsd/net/

Lines Matching refs:header

220 	u_short		bh_hdrlen;	/* length of bpf header (this struct
241 u_short bh_hdrlen; /* length of bpf header */
302 * as 117 so that pflog captures would use a link-layer header type
323 * have the relevant header files, so it's not that useful on
341 * header has 6 bytes of unknown data, something that appears to be an
349 * link-layer header type LINKTYPE_ values corresponding to DLT_ types
356 * header type values; for those link-layer header types, the DLT_
394 * DLT_FR and DLT_FRELAY packets start with the Q.922 Frame Relay header
401 * that the AF_ type in the link-layer header is in network byte order.
456 * header including Prism monitor mode information plus an 802.11
457 * header.
462 * Reserved for Aironet 802.11 cards, with an Aironet link-layer header
491 * BSD header for 802.11 plus a number of bits of link-layer information
522 * <dieter@apple.com>. The header that's presented is an Ethernet-like
523 * header:
541 #define DLT_MTP2_WITH_PHDR 139 /* pseudo-header with various info, followed by MTP2 */
542 #define DLT_MTP2 140 /* MTP2, without pseudo-header */
543 #define DLT_MTP3 141 /* MTP3, without pseudo-header or MTP2 */
544 #define DLT_SCCP 142 /* SCCP, without pseudo-header or MTP2 or MTP3 */
563 * Reserved for private use. If you have some link-layer header type
565 * using that link-layer header type not ever be sent outside your
621 #define DLT_IEEE802_11_RADIO_AVS 163 /* 802.11 plus AVS radio header */
647 * The first byte of the PPP header (0xff03) is modified to accomodate
688 * Measurement Systems. They add an ERF header (see
690 * the link-layer header.
697 * for vISDN (http://www.orlandi.com/visdn/). Its link-layer header
698 * includes additional information before the LAPD header, so it's
699 * not necessarily a generic LAPD header.
745 * USB packets, beginning with a USB setup header; requested by
763 * USB packets, beginning with a Linux USB header; requested by
790 * Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;
810 * Various link-layer types, with a pseudo-header, for SITA
816 * Various link-layer types, with a pseudo-header, for Endace DAG cards;
823 * Special header prepended to Ethernet packets when capturing from a
844 * Bluetooth HCI UART transport layer (part H:4), with pseudo-header
850 * AX.25 packet with a 1-byte KISS header; see
860 * with no pseudo-header.
867 * pseudo-header prepended - zero means "received by this host",
882 * IPMB with a Linux-specific pseudo-header; as requested by Alexey Neyman
939 * GSM Um and Abis interfaces, preceded by a "gsmtap" header.
947 * MPLS, with an MPLS label as the link-layer header.
954 * USB packets, beginning with a Linux USB header, with the USB header
960 * DECT packets, with a pseudo-header; requested by
1006 * Solaris ipnet pseudo-header; requested by Darren Reed <Darren.Reed@Sun.COM>.
1008 * The pseudo-header starts with a one-byte version number; for version 2,
1009 * the pseudo-header is:
1022 * dli_version is 2 for the current version of the pseudo-header.
1031 * dli_pktlen is the length of the packet data following the pseudo-header
1033 * pseudo-header, assuming the entire pseudo-header was captured).
1048 * An IPv4 or IPv6 datagram follows the pseudo-header; dli_family indicates
1054 * CAN (Controller Area Network) frames, with a pseudo-header as supplied
1143 * for Ethernet packets with a 4-byte pseudo-header and always
1153 * for Ethernet packets with a 4-byte pseudo-header and FCS and
1154 * with the Ethernet header preceded by 7 bytes of preamble and
1185 * Pseudo-header giving adapter number and flags, followed by an NFC
1361 @param header_length The length, in bytes, of the data link header.
1380 @param header_length The length, in bytes, of the data link header.
1395 @param header An optional pointer to a header that will be prepended.
1396 @param headerlen If the header was specified, the length of the header.
1399 void *header, size_t header_len);
1409 @param header An optional pointer to a header that will be prepended.
1410 @param headerlen If the header was specified, the length of the header.
1413 void *header, size_t header_len);