Lines Matching full:layer
57 * a 2-byte link-layer type;
59 * a 2-byte link-layer address length;
61 * an 8-byte source link-layer address, whose actual length is
64 * All fields except for the link-layer address are in network byte order.
67 * LINUX_SLL_ values below. If you must change the link-layer header
82 * A DLT_LINUX_SLL fake link-layer header.
89 nd_uint16_t sll_hatype; /* link-layer address type */
90 nd_uint16_t sll_halen; /* link-layer address length */
91 nd_byte sll_addr[SLL_ADDRLEN]; /* link-layer address */
96 * A DLT_LINUX_SLL2 fake link-layer header.
104 nd_uint16_t sll2_hatype; /* link-layer address type */
106 nd_uint8_t sll2_halen; /* link-layer address length */
107 nd_byte sll2_addr[SLL_ADDRLEN]; /* link-layer address */
165 * XXX - check the link-layer address type value? in sll_print()
280 * Try to print the LLC-layer header & higher layers. in sll_if_print()
348 * XXX - check the link-layer address type value? in sll2_print()
476 * Try to print the LLC-layer header & higher layers. in sll2_if_print()