Searched refs:ip (Results 551 - 575 of 1028) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c70 #include <netinet/ip.h>
486 "nat ip ipftq tab");
766 /* Check if an ip address has already been allocated for a given mapping */
3148 * their ip address/id field changed in the same way).
3703 * ip packet. By definition the icmp error
4062 /* Lookup a nat entry based on the mapped destination ip address/port and */
4397 /* Lookup a nat entry based on the source 'real' ip address/port and */
4680 * ip address. Else, we use the fake.
5208 ip_t *ip; local
5217 ip
5657 ip_t *ip; local
7337 ip_t *ip; local
[all...]
H A Dip_proxy.c72 #include <netinet/ip.h>
914 ip_t *ip; local
954 ip = fin->fin_ip;
1015 ipf_fix_outcksum(0, &ip->ip_sum, sd, 0);
1030 err = ipf_proxy_fixseqack(fin, ip, aps, adjlen);
1036 tcp->th_sum = fr_cksum(fin, ip,
1045 udp->uh_sum = fr_cksum(fin, ip,
1147 /* ip(I) - pointer to IP header */
1157 ipf_proxy_fixseqack(fin, ip, aps, inc)
1159 ip_t *ip;
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c55 #include <netinet/ip.h>
224 struct ip *ip4;
226 ip4 = (struct ip *)l3hdr;
312 struct ip *ip4;
535 tcp_lro_rx_ipv4(struct lro_ctrl *lc, struct mbuf *m, struct ip *ip4,
583 struct ip *ip4 = NULL; /* Keep compiler happy. */
593 /* We expect a contiguous header [eh, ip, tcp]. */
627 l3hdr = ip4 = (struct ip *)(eh + 1);
H A Din_rmx.c48 #include <netinet/ip.h>
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl56 $nlo="r12"; # ip
86 ldr ip,[sp,#4] @ load num
89 tst ip,#7
102 cmp ip,#2
103 mov $num,ip @ load num
269 mov ip,sp
272 ldmia ip,{r4-r5} @ load rest of parameter block
659 sub sp,ip,#96
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_page.c622 u_int32_t *ip; local
625 if ((ip = (u_int32_t *)malloc(hashp->BSIZE)) == NULL)
630 (void)memset((char *)ip, 0, clearbytes);
631 (void)memset(((char *)ip) + clearbytes, 0xFF,
633 ip[clearints - 1] = ALL_SET << (nbits & BYTE_MASK);
634 SETBIT(ip, 0);
636 hashp->mapp[ndx] = ip;
/freebsd-11-stable/lib/lib80211/
H A Dlib80211_regdomain.c394 struct ident *ip; local
396 for (ip = rdp->ident; ip->id != NULL; ip++)
397 if ((int) ip->type == type && strcasecmp(ip->id, id) == 0)
398 return ip->p;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c1750 struct aac_adapter_init *ip; local
1764 ip = &sc->aac_common->ac_init;
1765 ip->InitStructRevision = AAC_INIT_STRUCT_REVISION;
1767 ip->InitStructRevision = AAC_INIT_STRUCT_REVISION_4;
1770 ip->NoOfMSIXVectors = sc->aac_max_msix;
1772 ip->AdapterFibsPhysicalAddress = sc->aac_common_busaddr +
1774 ip->AdapterFibsVirtualAddress = 0;
1775 ip->AdapterFibsSize = AAC_ADAPTER_FIBS * sizeof(struct aac_fib);
1776 ip->AdapterFibAlign = sizeof(struct aac_fib);
1778 ip
[all...]
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c268 struct input *ip; local
270 ip = xalloc(sizeof(*ip));
271 ip->fp = fp;
272 ip->lno = 1;
273 ip->fname = savestr(fname);
274 ip->path = savestr(path);
275 LIST_INSERT_HEAD(&inputs, ip, link);
277 input = ip;
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c132 struct in_addr ip; member in struct:ctx
875 char ip[40], ns1[40], ns2[40]; local
887 ip, ns1, ns2);
893 logger(LOG_NOTICE, "IP address: %s, Nameservers: %s, %s", ip, ns1, ns2);
900 memcpy(&sin.sin_addr.s_addr, &ctx->ip.s_addr,
905 inet_pton(AF_INET, ip, &ctx->ip.s_addr);
906 memcpy(&sin.sin_addr.s_addr, &ctx->ip.s_addr,
912 logger(LOG_ERR, "failed to set ip-address");
1270 /* Remove ip
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c689 struct wordent *hp, *ip; local
709 for (ip = hp->next->next; ip != alhistt; ip = ip->next)
712 for (ip = hp->next->next; ip != hp->prev; ip = ip->next)
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h182 struct ip;
240 token_t *au_to_ip(struct ip *ip);
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h177 struct ip;
228 token_t *au_to_ip(struct ip *ip);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbf_buff.c295 int r, i, *ip; local
353 ip = (int *)ptr;
354 if (*ip == 0) {
357 } else { /* if (*ip == 1) */
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c78 #include <netinet/ip.h>
1404 struct ip *ip; local
1434 m = m_pullup(m, ip_off + sizeof(struct ip));
1439 ip = (struct ip *)(mtod(m, char *) + ip_off);
1440 poff = ip_off + (ip->ip_hl << 2);
1456 ip = (struct ip *)(mtod(m, char *) + ip_off);
1457 ip
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c109 u_int32_t ip; local
116 ip = (p->addr[0] << 24) | (p->addr[1] << 16) | (p->addr[2] << 8) |
119 addr.sin_addr.s_addr = htonl(ip);
/freebsd-11-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c81 sizeof(struct ip) + offsetof(struct icmp, icmp_type)),
165 if (wirelen < ETHER_HDR_LEN + sizeof(struct ip))
168 pktsize = wirelen - ETHER_HDR_LEN - sizeof(struct ip);
/freebsd-11-stable/sys/xdr/
H A Dxdr.c101 xdr_int(XDR *xdrs, int *ip) argument
108 l = (long) *ip;
115 *ip = (int) l;
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr.c103 xdr_int(XDR *xdrs, int *ip) argument
110 l = (long) *ip;
117 *ip = (int) l;
/freebsd-11-stable/sbin/iscontrol/
H A Dlogin.c287 char *ap, *ip, *cp, *digest; // MD5 is 128bits, SHA1 160bits local
302 ((ip = getkeyval("CHAP_I=", pp)) == NULL) ||
306 if((digest = chapDigest(ap, (char)strtol(ip, (char **)NULL, 0), cp, op->chapSecret)) == NULL)
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c55 #include <netinet/ip.h>
701 struct ip *ip = mtod(m, struct ip *); local
704 if (ip->ip_v == IPVERSION)
705 th = (void *)(ip + 1);
707 th = (void *)((struct ip6_hdr *)ip + 1);
1119 if (((struct ip *)l3hdr)->ip_v == IPVERSION) {
1120 const struct ip *ip local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rx.c51 #include "ip.h"
493 static void rx_cache_insert(netdissect_options *, const u_char *, const struct ip *, int);
494 static int rx_cache_find(const struct rx_header *, const struct ip *,
593 rx_cache_insert(ndo, bp, (const struct ip *) bp2, dport);
632 rx_cache_find(rxh, (const struct ip *) bp2,
680 const u_char *bp, const struct ip *ip, int dport)
694 UNALIGNED_MEMCPY(&rxent->client, &ip->ip_src, sizeof(uint32_t));
695 UNALIGNED_MEMCPY(&rxent->server, &ip->ip_dst, sizeof(uint32_t));
709 rx_cache_find(const struct rx_header *rxh, const struct ip *i argument
679 rx_cache_insert(netdissect_options *ndo, const u_char *bp, const struct ip *ip, int dport) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c15 #include <netinet/ip.h>
413 struct in_addr ip; local
421 if (ISDIGIT(*host) && inet_aton(host, &ip))
422 *ipp = ip.s_addr;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action.sh54 sudo ip ro re default via "$goipaddr"
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h67 #include <netinet/ip.h>

Completed in 410 milliseconds

<<21222324252627282930>>