Searched defs:route (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog.c163 * Get the route information from the 'value' and add it to the route
206 * Check if the 'lr' param is present for this route.
222 * Depending on the route-set, determine the request URI.
254 * Free the route set.
271 * Recompute route-set
297 * If the route set is empty, the UAC MUST place the remote target URI
301 * If the route set is not empty, and the first URI in the route set
304 * header field containing the route se
325 sip_dlg_route_set_t *route; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c362 grub_net_route_register (struct grub_net_route *route) argument
365 GRUB_AS_LIST (route));
369 grub_net_route_unregister (struct grub_net_route *route) argument
372 GRUB_AS_LIST (route));
611 struct grub_net_route *route; local
619 FOR_NET_ROUTES(route)
625 FOR_NET_ROUTES(route)
627 if (depth && prot != route->prot)
629 if (!match_net (&route->target, &curtarget))
631 if (route_cmp (route, bestrout
863 struct grub_net_route *route; local
975 struct grub_net_route *route; local
1000 struct grub_net_route *route; local
1027 struct grub_net_route *route; local
1130 struct grub_net_route *route; local
[all...]

Completed in 31 milliseconds