riprt
tobeadv(struct riprt *rrt, struct ifc *ifcp)
struct riprt *rrt;
if ((rrt = MALLOC(struct riprt)) == NULL) {
TAILQ_ENTRY(riprt) rrt_next; /* next destination */
struct riprt *rrt;
struct riprt *rrt_same; /* same destination - future use */
static TAILQ_HEAD(, riprt) riprt_head = TAILQ_HEAD_INITIALIZER(riprt_head);
struct riprt *rrt;
struct riprt *rrt;
struct riprt *rrt = NULL;
struct riprt *longest;
static int out_filter(struct riprt *, struct ifc *);
struct riprt *rrt = NULL;
struct riprt *rrt = NULL, *search_rrt, *loop_rrt;
if ((rrt = MALLOC(struct riprt)) == NULL)
struct riprt *rrt, *orrt;
if ((rrt = MALLOC(struct riprt)) == NULL) {
static int addroute(struct riprt *, const struct in6_addr *, struct ifc *);
static int tobeadv(struct riprt *, struct ifc *);
static struct riprt *rtsearch(struct netinfo6 *);
struct riprt *rrt, *orrt;
if ((rrt = MALLOC(struct riprt)) == NULL) {
addroute(struct riprt *rrt,
struct riprt *rrt;
struct riprt *rrt;
rrt = (struct riprt *)malloc(sizeof(struct riprt));
memset(rrt, 0, sizeof(struct riprt));
static struct riprt *
struct riprt *rrt;
struct riprt *rrt;
struct riprt *rrt, *rrt_tmp;
struct riprt *rrt;
out_filter(struct riprt *rrt, struct ifc *ifcp)