Home
last modified time | relevance | path

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

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