Searched refs:IP_RECVERR (Results 1 – 3 of 3) sorted by relevance
68 #define IP_RECVERR 11 macro
779 #ifdef IP_RECVERR780 { IP_RECVERR, "IP_RECVERR" },
998 if (cmsg->cmsg_type == IP_RECVERR) in receive_error_msg()1992 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold))) in main()