Searched refs:oxug (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.bin/netstat/
H A Dunix.c204 struct xunpgen *xug, *oxug; local
235 oxug = xug = (struct xunpgen *)buf;
243 if (xunp->unp_gencnt > oxug->xug_gen)
253 if (xug != oxug && xug->xug_gen != oxug->xug_gen) {
254 if (oxug->xug_count > xug->xug_count) {
258 } else if (oxug->xug_count < xug->xug_count) {

Completed in 57 milliseconds