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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_rtmp.c97 register struct routerinfo *router; local
100 router = &trackedrouters[i];
102 untimeout(ddp_age_router, (caddr_t)router);
114 register struct routerinfo *router; local
116 router = &trackedrouters[i];
117 if (INUSE(router)) {
118 untimeout(ddp_age_router, (caddr_t) router);
119 bzero((caddr_t) router, sizeof(struct routerinfo));
138 register struct routerinfo *router; local
140 router
[all...]
H A Dat_var.h89 struct at_addr router; /* Our router. */ member in struct:__anon264
113 router mode */
204 char ifRoutingState; /* Port (as a router) state */
228 #define LAP_ONLINE_ZONELESS 3 /* for non-home router ports */
230 #define NO_ROUTER 1 /* there's no router around */
231 #define ROUTER_WARNING 2 /* there's a router around that */
234 #define ROUTER_AROUND 3 /* A router is around and we've */
250 /* in single-port, router, and multihome modes, set default zone */
259 /* in router mod
[all...]
H A Dat.c79 /* called only in router mode */
213 cfgp->router = ifID->ifARouter;
350 /* single port mode or router mode */
476 /* Setup the routing & zip table size for the router */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c573 default_route_add(struct in_addr router, boolean_t proxy_arp) argument
581 return (route_cmd(RTM_ADD, zeroes, router, zeroes, flags));
619 struct in_addr router = { 0 }; local
649 if (get_ip_parameters(&iaddr, &netmask, &router) == FALSE) {
650 /* use DHCP to retrieve IP address, netmask and router */
651 error = dhcp(ifp, &iaddr, 64, &netmask, &router, procp);
661 if (router.s_addr) {
662 printf(" router " IP_FORMAT, IP_LIST(&router));
670 if (router
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_boot.c84 * - use new BOOTP routine to get the subnet mask and router
232 struct in_addr router; local
246 router.s_addr = 0;
247 error = bp_whoami(&bp_sin, &my_ip, &router);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c31 * - use DHCP to allocate an IP address and get the subnet mask and router
136 struct in_addr router; member in struct:dhcp_context
382 * and another if the router is present.
482 context->router = *ip;
666 context->router = *ip;
938 * subnet mask, and router.
958 *router_p = context->router;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h53 short ln_router; /* 2^0: ND6 router bit */
101 int isrouter; /* if it acts as a router */
303 struct nd_defrouter *router; member in struct:nd_pfxrouter
H A Dnd6.c139 /* initialization of the default router list */
564 /* expire default router list */
759 * Nuke neighbor cache/prefix/default router management table, right before
770 /* Nuke default router list entries toward ifp */
808 /* refresh default router list */
1047 * Unreachablity of a router might affect the default
1048 * router selection and on-link detection of advertised
1054 * router and to perform on-link determination of
1064 * before the default router selection, we perform
1071 * It is used as the current default router,
[all...]
H A Dnd6_rtr.c160 /* If I'm not a router, ignore it. */
458 * router's neighbor cache, which might also affect our on-link
474 * default router list proccessing sub routines
638 * Flush all the routing table entries that use the router
649 deldr = dr; /* The router is primary. */
654 * Also delete all the pointers to the router in each prefix lists.
664 * If the router is the primary one, choose a new one.
701 * Search for a (probably) reachable router from the list.
721 * Note that if there is no reachable router in the list,
751 * router cas
[all...]

Completed in 60 milliseconds