HomeSort by: relevance | last modified time | path
    Searched refs:gt_route (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.c 138 (mask ? (gt->gt_route->rt_origin == src &&
139 gt->gt_route->rt_originmask == mask) :
140 ((src & gt->gt_route->rt_originmask) ==
141 gt->gt_route->rt_origin)))
145 (ntohl(mask) < ntohl(gt->gt_route->rt_originmask) ||
146 (mask == gt->gt_route->rt_originmask &&
147 (ntohl(src) > ntohl(gt->gt_route->rt_origin)))))) {
239 if (gt->gt_route == NULL)
243 if (!pruning_neighbor(gt->gt_route->rt_parent, gt->gt_route->rt_gateway)
    [all...]
prune.h 38 struct rtentry *gt_route; /* parent route */ member in struct:gtable
rsrr.c 298 route_reply->in_vif = gt_notify->gt_route->rt_parent;
308 route_reply->in_vif = gt->gt_route->rt_parent;
336 gt->gt_route = r;
352 route_reply->in_vif = gt->gt_route->rt_parent;
kern.c 163 mc.mfcc_parent = g->gt_route ? g->gt_route->rt_parent : NO_VIF;
snmp.c 1138 return (u_char *) &gt->gt_route->rt_gateway;
1141 long_return = gt->gt_route->rt_parent;
1219 if (!(VIFM_ISSET(vifi, gt->gt_route->rt_children)))

Completed in 16 milliseconds