Searched refs:mroute_helper (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmroute.h93 struct mroute_helper { struct
126 struct mroute_helper *mroute_helper_init (int ageable_ttl_secs);
127 void mroute_helper_free (struct mroute_helper *mh);
128 void mroute_helper_add_iroute (struct mroute_helper *mh, const struct iroute *ir);
129 void mroute_helper_del_iroute (struct mroute_helper *mh, const struct iroute *ir);
130 void mroute_helper_add_iroute6 (struct mroute_helper *mh, const struct iroute_ipv6 *ir6);
131 void mroute_helper_del_iroute6 (struct mroute_helper *mh, const struct iroute_ipv6 *ir6);
H A Dmroute.c448 * mroute_helper's main job is keeping track of
453 struct mroute_helper *
456 struct mroute_helper *mh;
457 ALLOC_OBJ_CLEAR (mh, struct mroute_helper);
463 mroute_helper_regenerate (struct mroute_helper *mh)
490 mroute_helper_add_iroute (struct mroute_helper *mh, const struct iroute *ir)
503 mroute_helper_del_iroute (struct mroute_helper *mh, const struct iroute *ir)
522 mroute_helper_add_iroute6 (struct mroute_helper *mh,
536 mroute_helper_del_iroute6 (struct mroute_helper *mh,
551 mroute_helper_free (struct mroute_helper *m
[all...]
H A Dmulti.h142 struct mroute_helper *route_helper;
H A Dmulti.c1023 struct mroute_helper *rh = m->route_helper;

Completed in 298 milliseconds