HomeSort by: relevance | last modified time | path
    Searched refs:IP_OPTIONS (Results 1 - 7 of 7) 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/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/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/usr.bin/kdump/
kdump.c 683 CASERETURN(IP_OPTIONS);

Completed in 37 milliseconds