Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/ipfstat/
H A Dipfstat.c110 i6addr_t st_src; member
1415 tp->st_src = ips.is_src; in topipstates()
1610 getip(tp->st_v, &tp->st_src), in topipstates()
1617 &tp->st_src)); in topipstates()
2039 if (IP6_EQ(&ap->st_src, &bp->st_src)) in sort_srcip()
2041 else if (IP6_GT(&ap->st_src, &bp->st_src)) in sort_srcip()
2046 if (ntohl(ap->st_src.in4.s_addr) == in sort_srcip()
2047 ntohl(bp->st_src.in4.s_addr)) in sort_srcip()
2049 else if (ntohl(ap->st_src.in4.s_addr) > in sort_srcip()
2050 ntohl(bp->st_src.in4.s_addr)) in sort_srcip()