Lines Matching full:layer
51 * a 2-byte link-layer type;
53 * a 2-byte link-layer address length;
55 * an 8-byte source link-layer address, whose actual length is
58 * All fields except for the link-layer address are in network byte order.
61 * LINUX_SLL_ values below. If you must change the link-layer header
76 * A DLT_LINUX_SLL fake link-layer header.
83 uint16_t sll_hatype; /* link-layer address type */
84 uint16_t sll_halen; /* link-layer address length */
85 uint8_t sll_addr[SLL_ADDRLEN]; /* link-layer address */
142 * XXX - check the link-layer address type value?
251 * Try to print the LLC-layer header & higher layers.