Home
last modified time | relevance | path

Searched refs:in_in (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ipf/tools/
H A Dipnat_y.y156 bcopy(&$3.a, &nat->in_in[0], sizeof($3.a));
157 bcopy(&$3.m, &nat->in_in[1], sizeof($3.a));
173 bcopy(&$3.a, &nat->in_in[0], sizeof($3.a));
174 bcopy(&$3.m, &nat->in_in[1], sizeof($3.a));
223 bcopy(&$3.a, &nat->in_in[0], sizeof($3.a));
224 bcopy(&$3.m, &nat->in_in[1], sizeof($3.a));
342 hostname { bcopy(&$1.a, &nat->in_in[0],
349 nat->in_in[1].i6[0] = 0xffffffff;
350 nat->in_in[1].i6[1] = 0xffffffff;
351 nat->in_in[1].i6[2] = 0xffffffff;
[all …]
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintnat.c71 printhostmask(np->in_v, (u_32_t *)&np->in_in[0],
72 (u_32_t *)&np->in_in[1]);
110 ptr = (void *)(u_32_t *)&np->in_in[0];
114 ptr = (void *)(u_32_t *)&np->in_in[1];
118 ((np->in_v == 6) && IP6_ISZERO(&np->in_in[0])))
119 printmask(np->in_v, (u_32_t *)&np->in_in[1]);
150 ptr = (void *)(u_32_t *)&np->in_in[0];
152 printmask(np->in_v, (u_32_t *)&np->in_in[1]);
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c179 k = count6bits(n->in_in[1].i6);
182 IP6_AND(&n->in_in[0], &n->in_in[1], &j);
336 IP6_EQ(&np->in_in[1], &np->in_out[1])) {
342 ~np->in_in[1].i6[0];
344 ~np->in_in[1].i6[1];
346 ~np->in_in[1].i6[2];
348 ~np->in_in[1].i6[3];
350 IP6_MERGE(&in, &temp, &np->in_in[0]);
360 IP6_MASK(&in, &fin->fin_src6, &np->in_in[1]);
610 if (IP6_EQ(&np->in_in[0], &in)) {
[all …]
H A Dip_nat.c970 n->in_next6 = n->in_in[0];
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h204 i6addr_t in_in[2]; member
220 #define in_inip in_in[0].in4.s_addr
221 #define in_inmsk in_in[1].in4.s_addr