Searched defs:net_ipv6_hdr (Results 1 – 1 of 1) sorted by relevance
549 struct net_ipv6_hdr { struct550 uint8_t vtc;551 uint8_t tcflow;552 uint16_t flow;553 uint16_t len;554 uint8_t nexthdr;555 uint8_t hop_limit;556 uint8_t src[NET_IPV6_ADDR_SIZE];557 uint8_t dst[NET_IPV6_ADDR_SIZE];