Searched refs:ip_proto (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/core/ |
D | udp.c | 762 u8_t ip_proto; local 891 ip_proto = IP_PROTO_UDPLITE; 925 ip_proto = IP_PROTO_UDP; 936 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto)); 939 err = ip_output_if_src(q, src_ip, dst_ip, ttl, pcb->tos, ip_proto, netif);
|
/third_party/lwip/ |
D | 0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch | 73 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto)); 80 err = ip_output_if_src(q, src_ip, dst_ip, ttl, pcb->tos, ip_proto, netif);
|
D | 0060-lwip-add-udp-multicast.patch | 187 LWIP_DEBUGF(UDP_DEBUG, ("udp_send: ip_output_if (,,,,0x%02"X16_F",)\n", (u16_t)ip_proto)); 191 err = ip_output_if_src(q, src_ip, dst_ip, ttl, pcb->tos, ip_proto, netif);
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 6851 __u8 ip_proto; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 14827 u8 ip_proto; member 37826 __u8 ip_proto; member 68895 u8 ip_proto; member 76772 u8 ip_proto; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 56405 …<var-decl name="ip_proto" type-id="f9b06939" visibility="default" filepath="include/net/fib_rules.…
|
D | test-PR27569-v0.abi | 56390 …<var-decl name="ip_proto" type-id="f9b06939" visibility="default" filepath="include/net/fib_rules.…
|