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

  /src/sys/dist/pf/net/
pf_norm.c 96 struct in_addr fr_dst; member in struct:pf_fragment
205 else if (a->fr_dst.s_addr < b->fr_dst.s_addr)
207 else if (a->fr_dst.s_addr > b->fr_dst.s_addr)
313 key->fr_dst.s_addr = ip->ip_dst.s_addr;
389 (*frag)->fr_dst = frent->fr_ip->ip_dst;
525 ip->ip_dst = (*frag)->fr_dst;
594 (*frag)->fr_dst = h->ip_dst;
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 804 #define fr_dst fr_ip.fi_dst.in4 macro

Completed in 14 milliseconds