Searched refs:ip (Results 451 - 475 of 1028) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/netinet/
H A Dip_ecn.c50 #include <netinet/ip.h>
H A Dtcp_lro.h46 struct ip *ip4;
/freebsd-11-stable/sys/rpc/
H A Dxdr.h163 xdr_getint32(XDR *xdrs, int32_t *ip) argument
169 *ip = (int32_t)l;
174 xdr_putint32(XDR *xdrs, int32_t *ip) argument
178 l = (long)*ip;
/freebsd-11-stable/usr.sbin/ppp/
H A DMakefile9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \
H A Dauth.c36 #include <netinet/ip.h>
224 if (bundle->radius.valid && bundle->radius.ip.s_addr != INADDR_NONE &&
225 bundle->radius.ip.s_addr != RADIUS_INADDR_POOL) {
227 if (!ipcp_UseHisIPaddr(bundle, bundle->radius.ip))
251 if (!bundle->radius.valid || bundle->radius.ip.s_addr == INADDR_NONE) {
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_irc.c70 #include <netinet/ip.h>
92 AliasHandleIrcOut(struct libalias *, struct ip *, struct alias_link *,
108 protohandler(struct libalias *la, struct ip *pip, struct alias_data *ah)
166 struct ip *pip, /* IP packet to examine */
H A Dalias.h44 #include <netinet/ip.h>
/freebsd-11-stable/etc/
H A Drc.firewall87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
175 firewall_nat_flags="ip ${firewall_nat_interface} ${firewall_nat_flags}"
516 ${fwcmd} add pass ip from $i to me
519 ${fwcmd} add 65000 count ip from any to any
527 ${fwcmd} add deny ip from any to 255.255.255.255
528 ${fwcmd} add deny ip from any to 224.0.0.0/24 in # XXX
542 sysctl net.inet.ip.fw.verbose=1 >/dev/null
544 ${fwcmd} add deny $log ip from any to any
548 ${fwcmd} add 65000 deny ip from any to any
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c399 in_addr_t ip; local
401 ip = inet_addr(str);
402 if (ip != INADDR_NONE) {
404 return (ip);
/freebsd-11-stable/stand/libsa/
H A Dether.c49 #include <netinet/ip.h>
/freebsd-11-stable/contrib/lua/src/
H A Dlmathlib.c157 lua_Number ip = (n < 0) ? l_mathop(ceil)(n) : l_mathop(floor)(n); local
158 pushnumint(L, ip);
160 lua_pushnumber(L, (n == ip) ? l_mathop(0.0) : (n - ip));
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c107 #include <netinet/ip.h>
835 /* Count the packet in the ip address stats */
1270 struct ip *ip; local
1272 ip = mtod(m, struct ip *);
1276 pi6.ipi6_addr.s6_addr32[3] = ip->ip_dst.s_addr;
1300 struct ip *ip; local
1302 ip
1323 struct ip *ip; local
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dkmem.c28 #include <netinet/ip.h>
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipresend.c20 #include <netinet/ip.h>
H A DMakefile7 OBJS=ipsend.o ip.o ipsopt.o y.tab.o lex.yy.o
8 ROBJS=ipresend.o ip.o resend.o $(IPFT)
9 TOBJS=iptest.o iptests.o ip.o
/freebsd-11-stable/sys/arm/arm/
H A Din_cksum_arm.S65 mov ip, r0
68 ldr r1, [ip, #(M_LEN)]
69 ldr r0, [ip, #(M_DATA)]
70 ldr ip, [ip, #(M_NEXT)]
83 cmp ip, #0x00
/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c56 #include <netinet/ip.h>
568 struct ip *ip = (struct ip *)(mtod(m, u_char *) + offset); local
570 if (m->m_len < sizeof(struct ip) + offset ||
571 ip->ip_v != 4 || ip->ip_hl << 2 != sizeof(struct ip))
574 i = ((u_int64_t) ip->ip_src.s_addr ^
575 ((u_int64_t) ip
[all...]
H A Dng_pptpgre.c71 #include <netinet/ip.h>
752 const struct ip *ip; local
769 if (m->m_pkthdr.len < sizeof(*ip) + sizeof(*gre)) {
775 if (m->m_len < sizeof(*ip) + sizeof(*gre)) {
776 if ((m = m_pullup(m, sizeof(*ip) + sizeof(*gre))) == NULL) {
783 ip = mtod(m, const struct ip *);
784 iphlen = ip->ip_hl << 2;
792 ip
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/mpls/
H A Dt_ldp_regen.sh91 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
107 # This one should still do ip forwarding because it announces IMPLNULL
124 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
138 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-tun.c24 #include <netinet/ip.h>
210 struct ip *iph;
224 iph = (struct ip *)(ptr + sizeof(u_int32_t));
/freebsd-11-stable/sys/netipsec/
H A Dipsec.c65 #include <netinet/ip.h>
487 IPSEC_ASSERT(m->m_pkthdr.len >= sizeof(struct ip),
490 if (m->m_len >= sizeof (struct ip)) {
491 const struct ip *ip = mtod(m, const struct ip *); local
492 if (ip->ip_off & htons(IP_MF | IP_OFFMASK))
494 off = ip->ip_hl << 2;
495 nxt = ip->ip_p;
497 struct ip i
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c55 #include <netinet/ip.h>
686 ng_netflow_flow_add(priv_p priv, fib_export_p fe, struct ip *ip, argument
700 if (ip->ip_v != IPVERSION)
703 hlen = ip->ip_hl << 2;
704 if (hlen < sizeof(struct ip))
711 r.r_src = ip->ip_src;
712 r.r_dst = ip->ip_dst;
715 plen = ntohs(ip->ip_len);
717 r.r_ip_p = ip
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c471 int *ip;
547 for (ip = statbuf; ip < statbuf + STATBUFSIZE; ip++)
549 printf ("%d ", *ip);
470 int *ip; local
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c74 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
223 print_nc_ipadd(bp, tree->base->d.ip);
231 static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
235 p = ip->data;
236 len = ip->length;
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c197 * to by `cppp' (which has `*ip' elements). Note that the original
203 decolonify(char *s, ccharp **cppp, int *ip) argument
211 *cppp = realloc(*cppp, (*ip + 2) * sizeof(char *));
214 (*cppp)[*ip] = s;
215 (*cppp)[*ip + 1] = NULL;
216 (*ip)++;

Completed in 151 milliseconds

<<11121314151617181920>>