HomeSort by: relevance | last modified time | path
    Searched refs:is_icmp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 92 #define is_icmp is_ps.is_ics macro
93 #define is_type is_icmp.ici_type
ip_state.c 1496 hv += (is->is_icmp.ici_id = ic->icmp_id);
1502 is->is_icmp.ici_type = ic->icmp_type;
1519 is->is_icmp.ici_type = ic->icmp_type;
1520 hv += (is->is_icmp.ici_id = ic->icmp_id);
3042 ipf_matchicmpqueryreply(v, &is->is_icmp,
3106 (ic->icmp_id == is->is_icmp.ici_id) &&
3107 ipf_matchicmpqueryreply(v, &is->is_icmp,
4335 ipsl.isl_itype = is->is_icmp.ici_type;
4337 ipsl.isl_itype = is->is_icmp.ici_type;
4465 ic = &is->is_icmp;
    [all...]

Completed in 14 milliseconds