Home
last modified time | relevance | path

Searched defs:rtstat (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Droute.h344 struct rtstat { struct
345 short rts_badredirect; /* bogus redirect calls */
346 short rts_dynamic; /* routes created by redirects */
347 short rts_newgateway; /* routes modified by redirects */
348 short rts_unreach; /* lookups which failed */
349 short rts_wildcard; /* lookups satisfied by a wildcard */
350 short rts_badrtgwroute; /* route to gateway is not direct */
H A Droute.c217 __private_extern__ struct rtstat rtstat = { variable