Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_state.c4021 struct icmp6_hdr *ic6, *oic; local
4078 oic = (struct icmp6_hdr *)(oip6 + 1);
4086 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK))
4097 hv += oic->icmp6_id;
4098 hv += oic->icmp6_seq;
4107 (oic->icmp6_id == ic->ici_id) &&
4108 (oic->icmp6_seq == ic->ici_seq) &&
4117 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) ||
4118 (ic->ici_type - 1 == oic->icmp6_type )) {