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

  /src/sys/net/npf/
npf_connkey.c 270 id[NPF_SRC] = ic6->icmp6_id;
271 id[NPF_DST] = ic6->icmp6_id;
  /src/usr.sbin/traceroute6/
traceroute6.c 829 icp->icmp6_id = ident;
985 ((struct icmp6_hdr *)up)->icmp6_id == ident &&
993 if (icp->icmp6_id == ident &&
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 706 ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id = port;
908 ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id = nport;
1000 /* The icmp6_id field is used by the sender to identify the
1446 fin->fin_data[1] = orgicmp->icmp6_id;
1811 if (orgicmp->icmp6_id != nat->nat_osport) {
1819 * Since you modify orgicmp->icmp6_id with
1825 sum1 = ntohs(orgicmp->icmp6_id);
1828 orgicmp->icmp6_id = nat->nat_oicmpid;
2612 * the icmp6_id and the source port equals 0
2894 icmp6->icmp6_id = nat->nat_nicmpid
    [all...]
ip_state.c 4458 hv += oic->icmp6_id;
4469 (oic->icmp6_id == ic->ici_id) &&
4518 hv += oic->icmp6_id;
fil.c 932 fin->fin_data[1] = icmp6->icmp6_id;
  /src/external/bsd/ipf/dist/
ip_nat6.c 725 ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id = port;
930 ((struct icmp6_hdr *)fin->fin_dp)->icmp6_id = nport;
1026 /* The icmp6_id field is used by the sender to identify the
1479 fin->fin_data[1] = orgicmp->icmp6_id;
1850 if (orgicmp->icmp6_id != nat->nat_osport) {
1858 * Since you modify orgicmp->icmp6_id with
1864 sum1 = ntohs(orgicmp->icmp6_id);
1867 orgicmp->icmp6_id = nat->nat_oicmpid;
2667 * the icmp6_id and the source port equals 0
2951 icmp6->icmp6_id = nat->nat_nicmpid
    [all...]
  /src/external/bsd/ipf/dist/lib/
ipft_tx.c 485 ic6->icmp6_id = htons(getpid());
  /src/sys/netinet/
icmp6.h 91 #define icmp6_id icmp6_data16[0] /* echo request/reply */ macro
  /src/sbin/ping6/
ping6.c 1145 icp->icmp6_id = htons(ident);
1203 if (ntohs(icp->icmp6_id) == ident)
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 97 #define icmp6_id icmp6_data16[0] /* echo request/reply */ macro
1172 ND_PRINT(", id %u, seq %u", GET_BE_U_2(dp->icmp6_id),
  /src/sys/dist/pf/net/
pf.c 3132 sport = dport = pd->hdr.icmp6->icmp6_id;
4369 icmpid = pd->hdr.icmp6->icmp6_id;
4832 key.gwy.port = iih.icmp6_id;
4836 key.lan.port = iih.icmp6_id;
4844 pf_change_icmp(pd2.src, &iih.icmp6_id,
4851 pf_change_icmp(pd2.dst, &iih.icmp6_id,

Completed in 72 milliseconds