Home
last modified time | relevance | path

Searched refs:st_dst (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c106 i6addr_t st_dst; member
1410 tp->st_dst = ips.is_dst; in topipstates()
1607 getip(tp->st_v, &tp->st_dst), in topipstates()
1613 &tp->st_dst)); in topipstates()
2069 if (IP6_EQ(&ap->st_dst, &bp->st_dst)) in sort_dstip()
2071 else if (IP6_GT(&ap->st_dst, &bp->st_dst)) in sort_dstip()
2076 if (ntohl(ap->st_dst.in4.s_addr) == in sort_dstip()
2077 ntohl(bp->st_dst.in4.s_addr)) in sort_dstip()
2079 else if (ntohl(ap->st_dst.in4.s_addr) > in sort_dstip()
2080 ntohl(bp->st_dst.in4.s_addr)) in sort_dstip()