Home
last modified time | relevance | path

Searched refs:connected_check_ptp (Results 1 – 8 of 8) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dconnected.c114 struct connected *connected_check_ptp(struct interface *ifp, in connected_check_ptp() function
169 current = connected_check_ptp(ifp, ifc->address, ifc->destination); in connected_update()
458 ifc = connected_check_ptp(ifp, &p, &d); in connected_delete_ipv4()
460 ifc = connected_check_ptp(ifp, &p, NULL); in connected_delete_ipv4()
548 ifc = connected_check_ptp(ifp, &p, &d); in connected_delete_ipv6()
550 ifc = connected_check_ptp(ifp, &p, NULL); in connected_delete_ipv6()
H A Dconnected.h37 extern struct connected *connected_check_ptp(struct interface *ifp,
H A Dinterface.c2888 ifc = connected_check_ptp(ifp, &lp, pp ? pp : NULL); in if_ip_address_install()
2983 ifc = connected_check_ptp(ifp, &lp, peer_str ? &pp : NULL); in ip_address_install()
3046 ifc = connected_check_ptp(ifp, prefix, NULL); in if_ip_address_uinstall()
3115 ifc = connected_check_ptp(ifp, &lp, peer_str ? &pp : NULL); in ip_address_uninstall()
H A Dzebra_nb_config.c894 ifc = connected_check_ptp(ifp, &prefix, NULL); in lib_interface_zebra_ip_addrs_destroy()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dconnected.c114 struct connected *connected_check_ptp(struct interface *ifp, in connected_check_ptp() function
169 current = connected_check_ptp(ifp, ifc->address, ifc->destination); in connected_update()
458 ifc = connected_check_ptp(ifp, &p, &d); in connected_delete_ipv4()
460 ifc = connected_check_ptp(ifp, &p, NULL); in connected_delete_ipv4()
548 ifc = connected_check_ptp(ifp, &p, &d); in connected_delete_ipv6()
550 ifc = connected_check_ptp(ifp, &p, NULL); in connected_delete_ipv6()
H A Dconnected.h37 extern struct connected *connected_check_ptp(struct interface *ifp,
H A Dinterface.c2888 ifc = connected_check_ptp(ifp, &lp, pp ? pp : NULL); in if_ip_address_install()
2983 ifc = connected_check_ptp(ifp, &lp, peer_str ? &pp : NULL); in ip_address_install()
3046 ifc = connected_check_ptp(ifp, prefix, NULL); in if_ip_address_uinstall()
3115 ifc = connected_check_ptp(ifp, &lp, peer_str ? &pp : NULL); in ip_address_uninstall()
H A Dzebra_nb_config.c894 ifc = connected_check_ptp(ifp, &prefix, NULL); in lib_interface_zebra_ip_addrs_destroy()