Searched refs:ip2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/usr.bin/mail/
H A Dcmd2.c62 int *ip, *ip2, list[2], mdot; local
84 ip2 = ip;
86 mp = &message[*ip2 - 1];
91 if (*ip2 != 0)
92 ip2++;
93 if (*ip2 == 0)
94 ip2 = msgvec;
95 } while (ip2 != ip);
/freebsd-12-stable/contrib/netbsd-tests/ipf/
H A Dt_pools.sh37 cp $(atf_get_srcdir)/input/ip2.data input/
81 test_case ip2 iptest text text
101 atf_add_test_case ip2
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Dip.c254 ip_t *ip2; local
259 ip2 = (struct ip *)lbuf;
260 t2 = (tcphdr_t *)((char *)ip2 + hlen);
264 bzero((char *)ip2, sizeof(*ip2) + sizeof(*t2));
266 ip2->ip_p = ip->ip_p;
267 ip2->ip_src = ip->ip_src;
268 ip2->ip_dst = ip->ip_dst;
285 ip2->ip_len = htons(thlen);
288 t2->th_sum = chksum((u_short *)ip2, thle
[all...]
/freebsd-12-stable/sys/contrib/zstd/tests/
H A DroundTripCrash.c115 const char* ip2 = (const char*)buff2; local
119 if (ip1[pos]!=ip2[pos])
/freebsd-12-stable/sys/netinet/
H A Din_jail.c69 prison_qcmp_v4(const void *ip1, const void *ip2) argument
79 iab = ntohl(((const struct in_addr *)ip2)->s_addr);
/freebsd-12-stable/sys/netinet6/
H A Din6_jail.c69 prison_qcmp_v6(const void *ip1, const void *ip2) argument
75 ia6b = (const struct in6_addr *)ip2;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c523 ip_t *ip, *ip2; local
631 ip2 = (ip_t *)&icmp->icmp_ip;
650 bcopy((char *)fin->fin_ip, (char *)ip2, ohlen);
H A Dip_nat6.c1529 /* result = ip1 - ip2 */
1531 ipf_nat6_ip6subtract(ip1, ip2)
1532 i6addr_t *ip1, *ip2;
1541 l2 = *ip2;
/freebsd-12-stable/sys/kern/
H A Dkern_resource.c1086 long *ip, *ip2; local
1092 ip2 = &ru2->ru_first;
1094 *ip++ += *ip2++;
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c2036 int im1, ip1, ip2; local
2055 ip2 = canonicalize(i + 2, t->x_sz);
2058 !!t->sw[ip1][j][k] + !!t->sw[ip2][j][k] < 2) {
2062 if (t->sw[ip2][j][k] && t->sw[im1][j][k])
2064 t->sw[ip2][j][k],
2080 if (t->sw[ip1][j][k] && t->sw[ip2][j][k])
2083 t->sw[ip2][j][k])
2462 int ip2 = canonicalize(i + 2, t->x_sz); local
2469 t->sw[ip2][j][k]))) {
2478 t->sw[ip2][jp
2489 int ip2 = canonicalize(i + 2, t->x_sz); local
3236 int ip2 = canonicalize(i + 2, t->x_sz); local
3275 int ip2 = canonicalize(i + 2, t->x_sz); local
3353 int ip2 = canonicalize(i + 2, t->x_sz); local
3665 int ip2 = canonicalize(i + 2, t->x_sz); local
[all...]

Completed in 269 milliseconds