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

  /src/sys/netinet/
ip_reass.c 96 struct in_addr ipq_dst; member in struct:ipfr_queue
268 fp->ipq_dst = ip->ip_dst;
407 ip->ip_dst = fp->ipq_dst;
664 if (!in_hosteq(ip->ip_dst, fp->ipq_dst))
ip_reass.c 96 struct in_addr ipq_dst; member in struct:ipfr_queue
268 fp->ipq_dst = ip->ip_dst;
407 ip->ip_dst = fp->ipq_dst;
664 if (!in_hosteq(ip->ip_dst, fp->ipq_dst))

Completed in 132 milliseconds