Home
last modified time | relevance | path

Searched refs:SO_EE_ORIGIN_ICMP (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Derrqueue.h30 #define SO_EE_ORIGIN_ICMP 2 macro
/external/iputils/
Dtracepath.c166 } else if (e->ee_origin == SO_EE_ORIGIN_ICMP) { in recverr()
223 if (e->ee_origin == SO_EE_ORIGIN_ICMP && in recverr()
Dtracepath6.c209 e->ee_origin == SO_EE_ORIGIN_ICMP) { in recverr()
282 if ((e->ee_origin == SO_EE_ORIGIN_ICMP && in recverr()
Dping.c657 } else if (e->ee_origin == SO_EE_ORIGIN_ICMP) { in receive_error_msg()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c170 case SO_EE_ORIGIN_ICMP: in flush_cmsg()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2224 pub const SO_EE_ORIGIN_ICMP: u8 = 2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2729 pub const SO_EE_ORIGIN_ICMP: u8 = 2; constant