Searched refs:rtadd (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | table.h | 82 extern void rtadd(struct in6_addr *, struct in6_addr *, int, int, int,
|
H A D | input.c | 433 rtadd(&prefix, in rip_input()
|
H A D | startup.c | 381 rtadd(dst, &ifp->int_addr, ifp->int_prefix_length, ifp->int_metric, 0, in addrouteforif()
|
H A D | tables.c | 234 rtadd(struct in6_addr *dst, struct in6_addr *gate, int prefix_length, in rtadd() function
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 1665 rtadd(myaddr, HOST_MASK, RS_MHOME, &loop_rts); in ifscan() 1738 rtadd(ifp->int_addr, HOST_MASK, in ifscan() 1758 rtadd(intnetp->intnet_addr, intnetp->intnet_mask, in ifscan() 1795 rtadd(ifp->int_std_addr, ifp->int_std_mask, in check_net_syn() 1895 rtadd(dst, ifp->int_mask, rt_newstate, &new); in addrouteforif()
|
H A D | rdisc.c | 411 rtadd(RIP_DEFAULT, 0, RS_NOPROPAGATE, &new); in rdisc_age() 430 rtadd(RIP_DEFAULT, 0, RS_NOPROPAGATE, &new); in rdisc_age() 727 rtadd(RIP_DEFAULT, 0, RS_NOPROPAGATE, &new); in rdisc_sort()
|
H A D | defs.h | 746 extern void rtadd(in_addr_t, in_addr_t, uint16_t, struct rt_spare *);
|
H A D | input.c | 1100 rtadd(dst, mask, rt_state, new); in input_route()
|
H A D | table.c | 1054 rtadd(k->k_dst, k->k_mask, rt_state, &new); in kern_check_static() 2302 rtadd(in_addr_t dst, in rtadd() function
|