HomeSort by: relevance | last modified time | path
    Searched refs:IP_OPTIONS (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libwrap/
fix_options.c 45 #ifdef IP_OPTIONS
76 if (getsockopt(fd, ipproto, IP_OPTIONS, optbuf, &optsize) == 0
140 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) {
141 syslog(LOG_ERR, "setsockopt IP_OPTIONS NULL: %m");
  /src/libexec/rlogind/
rlogind.c 349 #ifdef IP_OPTIONS
361 if (getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf,
370 if (setsockopt(0, ipproto, IP_OPTIONS,
373 "setsockopt IP_OPTIONS NULL: %m");
  /src/libexec/rshd/
rshd.c 309 #ifdef IP_OPTIONS
322 if (!getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf, &optsize) &&
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d 238 enum IP_OPTIONS = 4;
  /src/sys/netinet/
in.h 276 #define IP_OPTIONS 1 /* buf/ip_opts; set/get IP options */
ip_output.c 1114 case IP_OPTIONS:
1288 case IP_OPTIONS:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d 230 enum IP_OPTIONS = 1;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
in_.d 201 enum IP_OPTIONS = 1;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d 205 enum IP_OPTIONS = 1;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 325 IP_OPTIONS = 1,
  /src/usr.sbin/traceroute/
traceroute.c 779 #if defined(IP_OPTIONS) && !defined(HAVE_RAW_OPTIONS)
797 if ((prog_setsockopt(sndsock, IPPROTO_IP, IP_OPTIONS, optlist,
799 err(1, "IP_OPTIONS");
  /src/crypto/external/bsd/openssh/dist/
sshd-session.c 742 if (getsockopt(sock_in, IPPROTO_IP, IP_OPTIONS, opts,
  /src/usr.bin/kdump/
kdump.c 691 CASERETURN(IP_OPTIONS);

Completed in 61 milliseconds