/src/lib/libwrap/ |
fix_options.c | 48 int ipproto; local in function:fix_options 72 ipproto = ip->p_proto; 74 ipproto = IPPROTO_IP; 76 if (getsockopt(fd, ipproto, IP_OPTIONS, optbuf, &optsize) == 0 140 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) {
|
/src/libexec/rshd/ |
rshd.c | 314 int ipproto; local in function:doit 319 ipproto = ip->p_proto; 321 ipproto = IPPROTO_IP; 322 if (!getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf, &optsize) &&
|
/src/libexec/rlogind/ |
rlogind.c | 354 int ipproto; local in function:doit 358 ipproto = ip->p_proto; 360 ipproto = IPPROTO_IP; 361 if (getsockopt(0, ipproto, IP_OPTIONS, (char *)optbuf, 370 if (setsockopt(0, ipproto, IP_OPTIONS,
|
/src/sys/dev/pci/ixgbe/ |
ix_txrx.c | 847 u8 ipproto = 0; local in function:ixgbe_tx_ctx_setup 916 ipproto = ip->ip_p; 926 ipproto = ip6->ip6_nxt; 941 switch (ipproto) {
|