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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_rtmp.c182 register at_ifaddr_t *ourrouter; local
186 ourrouter = deadrouter->ifID;
187 if (ourrouter == NULL) {
197 if (NODE(ourrouter) == NODE(deadrouter) &&
198 NET(ourrouter) == NET(deadrouter)) {
213 NET(ourrouter) = NET(newrouter);
214 NODE(ourrouter) = NODE(newrouter);
221 ATALK_VALUE(ourrouter->ifARouter), ourrouter->ifRouterState, 0);
223 switch (ourrouter
[all...]

Completed in 22 milliseconds