Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dradix.h198 #define R_Free(p) free((char *)p); macro
204 #define R_Free(p) _FREE((caddr_t)p, M_RTABLE); macro
H A Drtsock.c643 R_Free(rtm); in route_output()
748 R_Free(rtm); in route_output()
764 R_Free(rtm); in route_output()
H A Droute.c1267 R_Free(rt->rt_llinfo); in rtfree_common()
1295 R_Free(rt_key(rt)); in rtfree_common()
2338 R_Free(rt_key(rt)); in rtrequest_common_locked()
2856 R_Free(rt_key(rt)); /* free old block; NULL is okay */ in rt_setgate()
H A Dradix.c572 R_Free(saved_x); in rn_addmask()