Home | History | Annotate | Download | only in libwrap

Lines Matching defs:ip

4   * Routine to disable IP-level socket options. This code was taken from 4.4BSD
24 #include <netinet/ip.h>
40 /* fix_options - get rid of IP-level socket options */
50 struct protoent *ip;
71 if ((ip = getprotobyname("ip")) != 0)
72 ipproto = ip->p_proto;
81 * address to the result IP options list when source routing options
83 * other IP options. Solaris 2.x getsockopt() does produce output for
84 * non-routing IP options, and uses the same format as BSD even when
91 * found. Just wiping the IP options is insufficient: we would still
108 "refused connect from %s with IP source routing options",
121 "refused connect from %s with malformed IP options",
128 "refused connect from %s with malformed IP options",
138 "connect from %s with IP options (ignored):%s",