Home
last modified time | relevance | path

Searched refs:target_add (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h446 extern void target_add(struct phyint_instance *pii, struct in6_addr addr,
H A Dmpd_probe.c1176 target_add(pii, fromaddr, _B_FALSE); in incoming_mcast_reply()
1180 target_add(PHYINT_INSTANCE(pi, af), fromaddr, _B_FALSE); in incoming_mcast_reply()
H A Dmpd_main.c1688 target_add(pii, nexthop, _B_TRUE); in router_add_common()
1692 target_add(PHYINT_INSTANCE(pi, af), nexthop, _B_TRUE); in router_add_common()
H A Dmpd_tables.c2347 target_add(struct phyint_instance *pii, struct in6_addr addr, in target_add() function