HomeSort by relevance Sort by last modified time
    Searched refs:icmp6_hdr (Results 76 - 80 of 80) sorted by null

1 2 34

  /external/iputils/ninfod/
ninfod.c 705 struct icmp6_hdr *icmph;
747 if (p->querylen < sizeof(struct icmp6_hdr)) {
753 icmph = (struct icmp6_hdr *)p->query;
  /external/iputils/
traceroute6.c 828 struct icmp6_hdr *icp;
831 icp = (struct icmp6_hdr *) buf;
882 cc -= sizeof(struct icmp6_hdr);
  /external/android-clat/
dump.c 113 void dump_icmp6(struct icmp6_hdr *icmp6) {
  /external/dhcpcd/
ipv6rs.c 274 struct icmp6_hdr *icp;
332 icp = (struct icmp6_hdr *)rcvhdr.msg_iov[0].iov_base;
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 352 sctp6_notify_mbuf(struct sctp_inpcb *inp, struct icmp6_hdr *icmp6,
431 struct icmp6_hdr *icmph,
    [all...]

Completed in 188 milliseconds

1 2 34