Home
last modified time | relevance | path

Searched refs:ipv6hdr (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/netd/bpf_progs/
H A Dclatd.c47 const struct ipv6hdr* const ip6 = is_ethernet ? (void*)(eth + 1) : data;
269 struct ipv6hdr ip6 = {
315 *(struct ipv6hdr*)data = ip6;
H A Dnetd.c45 #define IPV6_PROTO_OFF offsetof(struct ipv6hdr, nexthdr)
114 int ip_overhead = (is_ipv6 ? sizeof(struct ipv6hdr) : sizeof(struct iphdr)); \
165 ret = bpf_skb_load_bytes(skb, sizeof(struct ipv6hdr) + TCP_FLAG_OFF, &flag, 1); in DEFINE_UPDATE_STATS()
/aosp12/packages/modules/Connectivity/Tethering/bpf_progs/
H A Doffload.c44 #define IP6_HLEN sizeof(struct ipv6hdr)
58 #define IP6_OFFSET(field) offsetof(struct ipv6hdr, field)
127 struct ipv6hdr* ip6 = is_ethernet ? (void*)(eth + 1) : data;
212 const int tcp_overhead = sizeof(struct ipv6hdr) + sizeof(struct tcphdr) + 12;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dipv6.h78 struct ipv6hdr { struct
/aosp12/system/netd/tests/
H A Dbinder_test.cpp3721 constexpr unsigned short kPayloadLen = 1500 - sizeof(ipv6hdr); in TEST_F()
3723 ipv6hdr hdr; in TEST_F()