Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsockipoptions.h43 #if defined(IP_RECVERR) || (defined(HAVE_DECL_IP_RECVERR) && HAVE_DECL_IP_RECVERR)
44 XLAT(IP_RECVERR),
Dsockipoptions.in14 IP_RECVERR
/external/iputils/
Dtracepath.c151 if (cmsg->cmsg_type == IP_RECVERR) { in recverr()
402 if (setsockopt(fd, SOL_IP, IP_RECVERR, &on, sizeof(on))) { in main()
Dtracepath6.c191 case IP_RECVERR: in recverr()
519 if (setsockopt(fd, SOL_IP, IP_RECVERR, &on, sizeof(on))) { in main()
Dping.c483 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()
DRELNOTES468 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/
Din.h93 #define IP_RECVERR 11 macro