Searched refs:ip_proto (Results 1 - 2 of 2) sorted by relevance
/third_party/lwip/src/core/ |
H A D | udp.c | 762 u8_t ip_proto; 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/libbpf/include/uapi/linux/ |
H A D | bpf.h | 7122 __u8 ip_proto; member
|
Completed in 12 milliseconds