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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h154 u_long generation_id; /* route generation id */ member in struct:rtentry
H A Droute.c449 ro->ro_rt->generation_id = route_generation;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_gif.c197 (sc->gif_ro.ro_rt->generation_id != route_generation ||
H A Dip_output.c431 if (ro->ro_rt->generation_id != route_generation &&
451 ro->ro_rt->generation_id != route_generation)
452 ro->ro_rt->generation_id = route_generation;
511 ro->ro_rt->generation_id != route_generation ||
989 if (ro->ro_rt && ro->ro_rt->generation_id != route_generation) {
3060 ro->ro_rt->generation_id != route_generation)
3164 ro->ro_rt->generation_id = route_generation;
H A Dtcp_output.c315 if (rt != NULL && rt->generation_id != route_generation) {
363 if (rt != NULL && rt->generation_id != route_generation)
364 rt->generation_id = route_generation;
H A Dtcp_subr.c844 == INADDR_ANY || rt->generation_id != route_generation) {
1643 if (rt == NULL || !(rt->rt_flags & RTF_UP) || rt->generation_id != route_generation) {
H A Draw_ip.c381 if (inp->inp_route.ro_rt && inp->inp_route.ro_rt->generation_id != route_generation) {
H A Dip_input.c1922 rt->ro_rt->generation_id != route_generation) {
2132 ipforward_rt->ro_rt->generation_id != route_generation) {
H A Dudp_usrreq.c1042 if (inp->inp_route.ro_rt && inp->inp_route.ro_rt->generation_id != route_generation) {
H A Din_pcb.c641 ro->ro_rt->generation_id != route_generation)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c179 (sc->gif_ro6.ro_rt->generation_id != route_generation ||
H A Draw_ip6.c437 if (in6p->in6p_route.ro_rt && in6p->in6p_route.ro_rt->generation_id != route_generation) {
H A Dip6_output.c560 ro->ro_rt->generation_id != route_generation)) {

Completed in 75 milliseconds