Searched refs:IP_RECVERR (Results 1 – 7 of 7) sorted by relevance
/external/strace/xlat/ |
D | sockipoptions.h | 43 #if defined(IP_RECVERR) || (defined(HAVE_DECL_IP_RECVERR) && HAVE_DECL_IP_RECVERR) 44 XLAT(IP_RECVERR),
|
D | sockipoptions.in | 14 IP_RECVERR
|
/external/iputils/ |
D | tracepath.c | 151 if (cmsg->cmsg_type == IP_RECVERR) { in recverr() 402 if (setsockopt(fd, SOL_IP, IP_RECVERR, &on, sizeof(on))) { in main()
|
D | tracepath6.c | 191 case IP_RECVERR: in recverr() 519 if (setsockopt(fd, SOL_IP, IP_RECVERR, &on, sizeof(on))) { in main()
|
D | ping.c | 483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold))) in main() 639 if (cmsg->cmsg_type == IP_RECVERR) in receive_error_msg()
|
D | RELNOTES | 468 kernels with broken IP_RECVERR for raw sockets depended on race 545 * ping: react to device queue overflows using IP_RECVERR. me.
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 93 #define IP_RECVERR 11 macro
|