Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c109 i6addr_t st_src; member
1413 tp->st_src = ips.is_src; in topipstates()
1608 getip(tp->st_v, &tp->st_src), in topipstates()
1615 &tp->st_src)); in topipstates()
2037 if (IP6_EQ(&ap->st_src, &bp->st_src)) in sort_srcip()
2039 else if (IP6_GT(&ap->st_src, &bp->st_src)) in sort_srcip()
2044 if (ntohl(ap->st_src.in4.s_addr) == in sort_srcip()
2045 ntohl(bp->st_src.in4.s_addr)) in sort_srcip()
2047 else if (ntohl(ap->st_src.in4.s_addr) > in sort_srcip()
2048 ntohl(bp->st_src.in4.s_addr)) in sort_srcip()