Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c105 i6addr_t st_src; member
1409 tp->st_src = ips.is_src; in topipstates()
1604 getip(tp->st_v, &tp->st_src), in topipstates()
1611 &tp->st_src)); in topipstates()
2033 if (IP6_EQ(&ap->st_src, &bp->st_src)) in sort_srcip()
2035 else if (IP6_GT(&ap->st_src, &bp->st_src)) in sort_srcip()
2040 if (ntohl(ap->st_src.in4.s_addr) == in sort_srcip()
2041 ntohl(bp->st_src.in4.s_addr)) in sort_srcip()
2043 else if (ntohl(ap->st_src.in4.s_addr) > in sort_srcip()
2044 ntohl(bp->st_src.in4.s_addr)) in sort_srcip()