Home
last modified time | relevance | path

Searched defs:static_route (Results 1 – 14 of 14) sorted by relevance

/dports/net/bird/bird-1.6.8/proto/static/
H A Dstatic.h26 struct static_route { struct
28 struct static_route *chain; /* Next for the same neighbor */ argument
36 struct static_route *mp_next; /* Nexthops for RTD_MULTIPATH routes */ argument
37 struct f_inst *cmds; /* List of commands for setting attributes */
38 int installed; /* Installed in rt table, -1 for reinstall */
39 int use_bfd; /* Configured to use BFD */
40 struct bfd_request *bfd_req; /* BFD request, if BFD is used */
/dports/net/bird2/bird-2.0.8/proto/static/
H A Dstatic.h34 struct static_route { struct
40 struct static_route *chain; /* Next for the same neighbor */ argument
41 struct static_route *mp_head; /* First nexthop of this route */ argument
42 struct static_route *mp_next; /* Nexthops for multipath routes */ argument
59 * Regular (i.e. dest == RTD_UNICAST) routes use static_route structure for argument
/dports/net/quagga/quagga-1.2.4/pimd/
H A Dpim_static.h30 struct static_route { struct
42 void pim_static_route_free(struct static_route *s_route); argument
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_static.h27 struct static_route { struct
37 void pim_static_route_free(struct static_route *s_route); argument
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_static.h27 struct static_route { struct
37 void pim_static_route_free(struct static_route *s_route); argument
/dports/net/quagga/quagga-1.2.4/zebra/
H A Drib.h173 struct static_route struct
176 struct static_route *prev; argument
177 struct static_route *next; argument
180 vrf_id_t vrf_id;
183 u_char distance;
186 route_tag_t tag;
189 u_char type;
198 union g_addr addr;
199 char *ifname;
202 u_char flags;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/cloudengine/
H A Dce_static_route.py671 def is_prefix_exist(self, static_route, version): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dce_static_route.py669 def is_prefix_exist(self, static_route, version): argument
H A Dce_static_route_bfd.py1360 def is_prefix_exist(self, static_route, version): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/cloudengine/
H A Dce_static_route.py669 def is_prefix_exist(self, static_route, version): argument
H A Dce_static_route_bfd.py1360 def is_prefix_exist(self, static_route, version): argument
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_vty.c310 static int static_route(struct vty *vty, afi_t afi, safi_t safi, in static_route() function
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_vty.c310 static int static_route(struct vty *vty, afi_t afi, safi_t safi, in static_route() function
/dports/mail/courier/courier-0.65.3/courier/module.esmtp/
H A Desmtpclient.c431 int static_route= smtproute != NULL; in sendesmtp() local