Home
last modified time | relevance | path

Searched refs:IP_OPTIONS (Results 1 – 10 of 10) sorted by relevance

/original-bsd/sys/deprecated/bbnnet/
H A Din.h71 #define IP_OPTIONS 1 /* set/get IP per-packet options */ macro
/original-bsd/sys/netinet/
H A Din.h122 #define IP_OPTIONS 1 /* buf/ip_opts; set/get IP options */ macro
H A Dip_output.c471 case IP_OPTIONS:
537 case IP_OPTIONS:
/original-bsd/libexec/rlogind/
H A Drlogind.c216 #ifdef IP_OPTIONS
227 if (getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf,
235 if (setsockopt(0, ipproto, IP_OPTIONS,
/original-bsd/libexec/rshd/
H A Drshd.c208 #ifdef IP_OPTIONS
219 if (!getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf, &optsize) &&
227 if (setsockopt(0, ipproto, IP_OPTIONS,
/original-bsd/sbin/ping/
H A Dping.c130 #ifdef IP_OPTIONS
273 #ifdef IP_OPTIONS
277 if (setsockopt(s, IPPROTO_IP, IP_OPTIONS, rspace,
/original-bsd/usr.bin/telnet/
H A Dcommands.c2210 #if defined(IP_OPTIONS) && defined(IPPROTO_IP)
2268 #if defined(IP_OPTIONS) && defined(IPPROTO_IP)
2314 #if defined(IP_OPTIONS) && defined(IPPROTO_IP)
2359 #if defined(IP_OPTIONS) && defined(IPPROTO_IP)
2360 if (srp && setsockopt(net, IPPROTO_IP, IP_OPTIONS, (char *)srp, srlen) < 0)
2745 #if defined(IP_OPTIONS) && defined(IPPROTO_IP)
H A DREADME274 The SRCRT #define has been removed. If IP_OPTIONS
/original-bsd/usr.sbin/sendmail/src/
H A Ddaemon.c1197 if (getsockopt(fd, IPPROTO_IP, IP_OPTIONS,
H A DREAD_ME438 support the IP_OPTIONS call. You probably want this if