Searched refs:is_dst (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 392 !bcmp((caddr_t)&sp->is_dst, (caddr_t)&st.is_dst, 393 sizeof(st.is_dst)) && 909 IP6_EQ(&is1->is_dst, &is2->is_dst)) 911 else if (IP6_EQ(&is1->is_src, &is2->is_dst) && 912 IP6_EQ(&is1->is_dst, &is2->is_src)) { 1218 is->is_dst = fin->fin_fi.fi_dst; 1229 IN6_IS_ADDR_MULTICAST(&is->is_dst.in6)) { 1240 hv += is->is_dst.i6[1]; 1241 hv += is->is_dst.i6[2]; 1242 hv += is->is_dst.i6[3]; [all …]
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_state.h | 59 i6addr_t is_dst; member 92 #define is_daddr is_dst.in4.s_addr
|
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printstate.c | 28 hostname(ips.is_v, &ips.is_dst.in4), ips.is_pass, ips.is_p,
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 1255 IP6_NEQ(&daddr, &ips.is_dst))) 1295 len = strlen(getip(ips.is_v, &ips.is_dst)); 1302 tp->st_dst = ips.is_dst;
|