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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Drtsock_mip.c47 printf("route_cb.any_count = %d\n", route_cb.any_count);
H A Droute.h320 struct route_cb { struct
336 extern struct route_cb route_cb;
H A Drtsock.c174 //####LD route_cb needs looking
176 route_cb.ip_count++;
179 route_cb.ip6_count++;
182 route_cb.ipx_count++;
185 route_cb.ns_count++;
189 route_cb.any_count++;
224 route_cb.ip_count--;
227 route_cb.ip6_count--;
230 route_cb.ipx_count--;
233 route_cb
[all...]
H A Droute.c96 struct route_cb route_cb; variable in typeref:struct:route_cb

Completed in 44 milliseconds