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

/freebsd-10-stable/usr.bin/netstat/
H A Dunix.c198 struct xunpgen *xug, *oxug; local
229 oxug = xug = (struct xunpgen *)buf;
237 if (xunp->xu_unp.unp_gencnt > oxug->xug_gen)
241 if (xug != oxug && xug->xug_gen != oxug->xug_gen) {
242 if (oxug->xug_count > xug->xug_count) {
245 } else if (oxug->xug_count < xug->xug_count) {

Completed in 44 milliseconds