Lines Matching full:layer
53 * a 2-byte link-layer type;
55 * a 2-byte link-layer address length;
57 * an 8-byte source link-layer address, whose actual length is
60 * All fields except for the link-layer address are in network byte order.
63 * LINUX_SLL_ values below. If you must change the link-layer header
80 * A DLT_LINUX_SLL fake link-layer header.
87 uint16_t sll_hatype; /* link-layer address type */
88 uint16_t sll_halen; /* link-layer address length */
89 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
94 * A DLT_LINUX_SLL2 fake link-layer header.
102 uint16_t sll2_hatype; /* link-layer address type */
104 uint8_t sll2_halen; /* link-layer address length */
105 uint8_t sll2_addr[SLL_ADDRLEN]; /* link-layer address */