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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.h189 #define R_Free(p) free((char *)p); macro
195 #define R_Free(p) FREE((caddr_t)p, M_RTABLE); macro
H A Drtsock.c613 R_Free(rtm); rtm = new_rtm;
701 R_Free(rtm);
715 R_Free(rtm);
H A Droute.c1082 R_Free(rt->rt_llinfo);
1103 R_Free(rt_key(rt));
1962 R_Free(rt_key(rt));
2433 R_Free(rt_key(rt)); /* free old block; NULL is okay */
H A Dradix.c535 R_Free(saved_x);

Completed in 30 milliseconds