Searched refs:IP_OPTIONS (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | fix_options.c | 40 #ifdef IP_OPTIONS in fix_options() 71 if (getsockopt(fd, ipproto, IP_OPTIONS, (char *) optbuf, &optsize) == 0 in fix_options() 124 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) { in fix_options()
|
/freebsd/tools/regression/netinet/ipsockopt/ |
H A D | ipsockopt.c | 122 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options() 138 if (setsockopt(sock, IPPROTO_IP, IP_OPTIONS, &new_options, in test_ip_options() 152 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options() 182 if (setsockopt(sock, IPPROTO_IP, IP_OPTIONS, NULL, 0) < 0) in test_ip_options() 192 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options()
|
/freebsd/sys/netinet/ |
H A D | in.h | 436 #define IP_OPTIONS 1 /* buf/ip_opts; set/get IP options */ macro
|
H A D | ip_output.c | 1139 case IP_OPTIONS: in ip_ctloutput() 1373 case IP_OPTIONS: in ip_ctloutput()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 221 #ifdef IP_OPTIONS in ping() 721 #ifdef IP_OPTIONS in ping() 727 if (setsockopt(ssend, IPPROTO_IP, IP_OPTIONS, rspace, in ping()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 2193 #if defined(IP_OPTIONS) && defined(IPPROTO_IP) && defined(HAVE_SETSOCKOPT) in tn() 2461 #if defined(IP_OPTIONS) && defined(IPPROTO_IP) 2557 *optp = IP_OPTIONS; in sourceroute()
|
/freebsd/crypto/openssh/ |
H A D | sshd-session.c | 799 #ifdef IP_OPTIONS in check_ip_options() 814 if (getsockopt(sock_in, IPPROTO_IP, IP_OPTIONS, opts, in check_ip_options()
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 2926 *optp = IP_OPTIONS; in sourceroute()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 274 The SRCRT #define has been removed. If IP_OPTIONS
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 127 return (IP_OPTIONS); in linux_to_bsd_ip_sockopt()
|
/freebsd/contrib/sendmail/src/ |
H A D | daemon.c | 3984 if (getsockopt(fd, IPPROTO_IP, IP_OPTIONS,
|
H A D | README | 571 support the IP_OPTIONS call. You probably want this if
|