/external/iputils/ |
D | tracepath.c | 150 if (cmsg->cmsg_level == SOL_IP) { in recverr() 395 if (setsockopt(fd, SOL_IP, IP_MTU_DISCOVER, &on, sizeof(on)) && in main() 397 setsockopt(fd, SOL_IP, IP_MTU_DISCOVER, &on, sizeof(on)))) { in main() 402 if (setsockopt(fd, SOL_IP, IP_RECVERR, &on, sizeof(on))) { in main() 406 if (setsockopt(fd, SOL_IP, IP_RECVTTL, &on, sizeof(on))) { in main() 422 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) { in main()
|
D | tracepath6.c | 189 case SOL_IP: in recverr() 514 if (setsockopt(fd, SOL_IP, IP_MTU_DISCOVER, &on, sizeof(on))) { in main() 519 if (setsockopt(fd, SOL_IP, IP_RECVERR, &on, sizeof(on))) { in main() 523 if (setsockopt(fd, SOL_IP, IP_RECVTTL, &on, sizeof(on))) { in main() 550 if (setsockopt(fd, SOL_IP, IP_TTL, &on, sizeof(on))) { in main()
|
D | ping.c | 109 } cmsg = { {sizeof(struct cmsghdr) + sizeof(struct in_pktinfo), SOL_IP, IP_PKTINFO}, 345 if (setsockopt(probe_fd, SOL_IP, IP_MULTICAST_IF, &imr, sizeof(imr)) == -1) { in main() 458 if (setsockopt(icmp_sock, SOL_IP, IP_MTU_DISCOVER, &pmtudisc, sizeof(pmtudisc)) == -1) { in main() 483 if (setsockopt(icmp_sock, SOL_IP, IP_RECVERR, (char *)&hold, sizeof(hold))) in main() 486 if (setsockopt(icmp_sock, SOL_IP, IP_RECVTTL, (char *)&hold, sizeof(hold))) in main() 488 if (setsockopt(icmp_sock, SOL_IP, IP_RETOPTS, (char *)&hold, sizeof(hold))) in main() 638 if (cmsg->cmsg_level == SOL_IP) { in receive_error_msg() 815 if (cmsg->cmsg_level != SOL_IP) in parse_reply()
|
/external/iptables/extensions/ |
D | libxt_set.h | 34 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req_version, &size); in get_version() 54 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size); in get_set_byid() 84 res = getsockopt(sockfd, SOL_IP, SO_IP_SET, &req, &size); in get_set_byname()
|
/external/strace/xlat/ |
D | socketlayers.h | 4 #if defined(SOL_IP) || (defined(HAVE_DECL_SOL_IP) && HAVE_DECL_SOL_IP) 5 XLAT(SOL_IP),
|
D | socketlayers.in | 1 SOL_IP
|
/external/wpa_supplicant_8/src/ap/ |
D | iapp.c | 462 if (setsockopt(iapp->udp_sock, SOL_IP, IP_ADD_MEMBERSHIP, &mreq, in iapp_init() 519 if (setsockopt(iapp->udp_sock, SOL_IP, IP_DROP_MEMBERSHIP, in iapp_deinit()
|
/external/dnsmasq/src/ |
D | dhcp.c | 44 setsockopt(fd, SOL_IP, IP_MTU_DISCOVER, &mtu, sizeof(mtu)) == -1 || in dhcp_init() 47 setsockopt(fd, SOL_IP, IP_PKTINFO, &oneopt, sizeof(oneopt)) == -1 || in dhcp_init() 176 if (cmptr->cmsg_level == SOL_IP && cmptr->cmsg_type == IP_PKTINFO) in dhcp_packet() 299 cmptr->cmsg_level = SOL_IP; in dhcp_packet()
|
D | tftp.c | 100 if (cmptr->cmsg_level == SOL_IP && cmptr->cmsg_type == IP_PKTINFO) in tftp_request() 168 setsockopt(transfer->sockfd, SOL_IP, IP_MTU_DISCOVER, &mtuflag, sizeof(mtuflag)) == -1 || in tftp_request()
|
D | forward.c | 72 cmptr->cmsg_level = SOL_IP; in send_from() 652 if (cmptr->cmsg_level == SOL_IP && cmptr->cmsg_type == IP_PKTINFO) in receive_query()
|
D | network.c | 352 setsockopt(fd, SOL_IP, IP_PKTINFO, &opt, sizeof(opt)) == -1 || in create_wildcard_listeners() 370 setsockopt(tftpfd, SOL_IP, IP_PKTINFO, &opt, sizeof(opt)) == -1 || in create_wildcard_listeners()
|
/external/strace/ |
D | net.c | 83 #ifndef SOL_IP 84 # define SOL_IP 0 macro 1130 case SOL_IP: in print_sockopt_fd_level_name() 1420 case SOL_IP: in print_setsockopt()
|
D | ChangeLog-CVS | 4647 SOL_IP and SOL_TCP
|