Home
last modified time | relevance | path

Searched refs:if_rmap (Results 1 – 25 of 25) sorted by relevance

/dports/net/quagga/quagga-1.2.4/lib/
H A Dif_rmap.c47 if_rmap_free (struct if_rmap *if_rmap) in if_rmap_free() argument
60 struct if_rmap *
64 struct if_rmap *if_rmap; in if_rmap_lookup() local
90 struct if_rmap *if_rmap; in if_rmap_hash_alloc() local
112 const struct if_rmap *if_rmap = data; in if_rmap_hash_make() local
130 struct if_rmap *if_rmap; in if_rmap_set() local
159 struct if_rmap *if_rmap; in if_rmap_unset() local
162 if (!if_rmap) in if_rmap_unset()
200 DEFUN (if_rmap,
226 ALIAS (if_rmap,
[all …]
H A Dif_rmap.h32 struct if_rmap struct
42 extern void if_rmap_hook_add (void (*) (struct if_rmap *)); argument
43 extern void if_rmap_hook_delete (void (*) (struct if_rmap *));
44 extern struct if_rmap *if_rmap_lookup (const char *);
H A DMakefile.in141 snmp.lo md5.lo if_rmap.lo keychain.lo privs.lo sigevent.lo \
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dif_rmap.c45 static void if_rmap_free(struct if_rmap *if_rmap) in if_rmap_free() argument
58 struct if_rmap *if_rmap; in if_rmap_lookup() local
67 return if_rmap; in if_rmap_lookup()
86 struct if_rmap *ifarg = (struct if_rmap *)arg; in if_rmap_hash_alloc()
87 struct if_rmap *if_rmap; in if_rmap_hash_alloc() local
92 return if_rmap; in if_rmap_hash_alloc()
112 const struct if_rmap *if_rmap = data; in if_rmap_hash_make() local
129 struct if_rmap *if_rmap; in if_rmap_set() local
154 struct if_rmap *if_rmap; in if_rmap_unset() local
157 if (!if_rmap) in if_rmap_unset()
[all …]
H A Dif_rmap.h30 struct if_rmap { struct
43 struct if_rmap *ifrmap);
45 struct if_rmap *ifrmap);
57 struct if_rmap *));
60 struct if_rmap *));
61 extern struct if_rmap *if_rmap_lookup(struct if_rmap_ctx *ctx,
H A Dsubdir.am39 lib/if_rmap.c \
134 lib/if_rmap.c \
195 lib/if_rmap.h \
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dif_rmap.c45 static void if_rmap_free(struct if_rmap *if_rmap) in if_rmap_free() argument
58 struct if_rmap *if_rmap; in if_rmap_lookup() local
67 return if_rmap; in if_rmap_lookup()
86 struct if_rmap *ifarg = (struct if_rmap *)arg; in if_rmap_hash_alloc()
87 struct if_rmap *if_rmap; in if_rmap_hash_alloc() local
92 return if_rmap; in if_rmap_hash_alloc()
112 const struct if_rmap *if_rmap = data; in if_rmap_hash_make() local
129 struct if_rmap *if_rmap; in if_rmap_set() local
154 struct if_rmap *if_rmap; in if_rmap_unset() local
157 if (!if_rmap) in if_rmap_unset()
[all …]
H A Dif_rmap.h30 struct if_rmap { struct
43 struct if_rmap *ifrmap);
45 struct if_rmap *ifrmap);
57 struct if_rmap *));
60 struct if_rmap *));
61 extern struct if_rmap *if_rmap_lookup(struct if_rmap_ctx *ctx,
H A Dsubdir.am39 lib/if_rmap.c \
134 lib/if_rmap.c \
195 lib/if_rmap.h \
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_routemap.c57 void eigrp_if_rmap_update(struct if_rmap *if_rmap) in eigrp_if_rmap_update() argument
65 ifp = if_lookup_by_name(if_rmap->ifname); in eigrp_if_rmap_update()
78 if (if_rmap->routemap[IF_RMAP_IN]) { in eigrp_if_rmap_update()
79 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_IN]); in eigrp_if_rmap_update()
87 if (if_rmap->routemap[IF_RMAP_OUT]) { in eigrp_if_rmap_update()
88 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_OUT]); in eigrp_if_rmap_update()
99 struct if_rmap *if_rmap; in eigrp_if_rmap_update_interface() local
101 if_rmap = if_rmap_lookup(ifp->name); in eigrp_if_rmap_update_interface()
102 if (if_rmap) in eigrp_if_rmap_update_interface()
103 eigrp_if_rmap_update(if_rmap); in eigrp_if_rmap_update_interface()
H A Deigrp_routemap.h18 extern void eigrp_if_rmap_update(struct if_rmap *);
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_routemap.c57 void eigrp_if_rmap_update(struct if_rmap *if_rmap) in eigrp_if_rmap_update() argument
65 ifp = if_lookup_by_name(if_rmap->ifname); in eigrp_if_rmap_update()
78 if (if_rmap->routemap[IF_RMAP_IN]) { in eigrp_if_rmap_update()
79 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_IN]); in eigrp_if_rmap_update()
87 if (if_rmap->routemap[IF_RMAP_OUT]) { in eigrp_if_rmap_update()
88 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_OUT]); in eigrp_if_rmap_update()
99 struct if_rmap *if_rmap; in eigrp_if_rmap_update_interface() local
101 if_rmap = if_rmap_lookup(ifp->name); in eigrp_if_rmap_update_interface()
102 if (if_rmap) in eigrp_if_rmap_update_interface()
103 eigrp_if_rmap_update(if_rmap); in eigrp_if_rmap_update_interface()
H A Deigrp_routemap.h18 extern void eigrp_if_rmap_update(struct if_rmap *);
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripngd.c66 struct if_rmap *if_rmap);
2566 struct if_rmap *if_rmap) in ripng_if_rmap_update() argument
2576 ifp = if_lookup_by_name(if_rmap->ifname, vrf->vrf_id); in ripng_if_rmap_update()
2582 if (if_rmap->routemap[IF_RMAP_IN]) { in ripng_if_rmap_update()
2583 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_IN]); in ripng_if_rmap_update()
2591 if (if_rmap->routemap[IF_RMAP_OUT]) { in ripng_if_rmap_update()
2592 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_OUT]); in ripng_if_rmap_update()
2605 struct if_rmap *if_rmap; in ripng_if_rmap_update_interface() local
2613 if_rmap = if_rmap_lookup(ctx, ifp->name); in ripng_if_rmap_update_interface()
2614 if (if_rmap) in ripng_if_rmap_update_interface()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripngd.c66 struct if_rmap *if_rmap);
2566 struct if_rmap *if_rmap) in ripng_if_rmap_update() argument
2576 ifp = if_lookup_by_name(if_rmap->ifname, vrf->vrf_id); in ripng_if_rmap_update()
2582 if (if_rmap->routemap[IF_RMAP_IN]) { in ripng_if_rmap_update()
2583 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_IN]); in ripng_if_rmap_update()
2591 if (if_rmap->routemap[IF_RMAP_OUT]) { in ripng_if_rmap_update()
2592 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_OUT]); in ripng_if_rmap_update()
2605 struct if_rmap *if_rmap; in ripng_if_rmap_update_interface() local
2613 if_rmap = if_rmap_lookup(ctx, ifp->name); in ripng_if_rmap_update_interface()
2614 if (if_rmap) in ripng_if_rmap_update_interface()
[all …]
/dports/net/quagga/quagga-1.2.4/ripngd/
H A Dripngd.c2946 ripng_if_rmap_update (struct if_rmap *if_rmap) in ripng_if_rmap_update() argument
2952 ifp = if_lookup_by_name (if_rmap->ifname); in ripng_if_rmap_update()
2958 if (if_rmap->routemap[IF_RMAP_IN]) in ripng_if_rmap_update()
2960 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_IN]); in ripng_if_rmap_update()
2969 if (if_rmap->routemap[IF_RMAP_OUT]) in ripng_if_rmap_update()
2971 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_OUT]); in ripng_if_rmap_update()
2984 struct if_rmap *if_rmap; in ripng_if_rmap_update_interface() local
2986 if_rmap = if_rmap_lookup (ifp->name); in ripng_if_rmap_update_interface()
2987 if (if_rmap) in ripng_if_rmap_update_interface()
2988 ripng_if_rmap_update (if_rmap); in ripng_if_rmap_update_interface()
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Dripd.c78 struct if_rmap *if_rmap);
3456 struct if_rmap *if_rmap) in rip_if_rmap_update() argument
3466 ifp = if_lookup_by_name(if_rmap->ifname, vrf->vrf_id); in rip_if_rmap_update()
3471 if (if_rmap->routemap[IF_RMAP_IN]) { in rip_if_rmap_update()
3472 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_IN]); in rip_if_rmap_update()
3480 if (if_rmap->routemap[IF_RMAP_OUT]) { in rip_if_rmap_update()
3481 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_OUT]); in rip_if_rmap_update()
3494 struct if_rmap *if_rmap; in rip_if_rmap_update_interface() local
3502 if_rmap = if_rmap_lookup(ctx, ifp->name); in rip_if_rmap_update_interface()
3503 if (if_rmap) in rip_if_rmap_update_interface()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Dripd.c78 struct if_rmap *if_rmap);
3456 struct if_rmap *if_rmap) in rip_if_rmap_update() argument
3466 ifp = if_lookup_by_name(if_rmap->ifname, vrf->vrf_id); in rip_if_rmap_update()
3471 if (if_rmap->routemap[IF_RMAP_IN]) { in rip_if_rmap_update()
3472 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_IN]); in rip_if_rmap_update()
3480 if (if_rmap->routemap[IF_RMAP_OUT]) { in rip_if_rmap_update()
3481 rmap = route_map_lookup_by_name(if_rmap->routemap[IF_RMAP_OUT]); in rip_if_rmap_update()
3494 struct if_rmap *if_rmap; in rip_if_rmap_update_interface() local
3502 if_rmap = if_rmap_lookup(ctx, ifp->name); in rip_if_rmap_update_interface()
3503 if (if_rmap) in rip_if_rmap_update_interface()
[all …]
/dports/net/quagga/quagga-1.2.4/ripd/
H A Dripd.c3996 rip_if_rmap_update (struct if_rmap *if_rmap) in rip_if_rmap_update() argument
4002 ifp = if_lookup_by_name (if_rmap->ifname); in rip_if_rmap_update()
4008 if (if_rmap->routemap[IF_RMAP_IN]) in rip_if_rmap_update()
4010 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_IN]); in rip_if_rmap_update()
4019 if (if_rmap->routemap[IF_RMAP_OUT]) in rip_if_rmap_update()
4021 rmap = route_map_lookup_by_name (if_rmap->routemap[IF_RMAP_OUT]); in rip_if_rmap_update()
4034 struct if_rmap *if_rmap; in rip_if_rmap_update_interface() local
4036 if_rmap = if_rmap_lookup (ifp->name); in rip_if_rmap_update_interface()
4037 if (if_rmap) in rip_if_rmap_update_interface()
4038 rip_if_rmap_update (if_rmap); in rip_if_rmap_update_interface()
/dports/net/frr7-pythontools/frr-frr-7.5.1/solaris/
H A Dprototype.dev.in47 f none @includedir@/frr/if_rmap.h=$DESTDIR/@includedir@/frr/if_rmap.h 0644 root bin
/dports/net/frr7/frr-frr-7.5.1/solaris/
H A Dprototype.dev.in47 f none @includedir@/frr/if_rmap.h=$DESTDIR/@includedir@/frr/if_rmap.h 0644 root bin
/dports/net/quagga/quagga-1.2.4/solaris/
H A Dprototype.dev.in49 f none @includedir@/quagga/if_rmap.h=$DESTDIR/@includedir@/quagga/if_rmap.h 0644 root bin
/dports/net/quagga/quagga-1.2.4/vtysh/
H A Dextract.pl.in131 elsif ($file =~ /lib\/if_rmap\.c$/) {
/dports/net/frr7-pythontools/frr-frr-7.5.1/vtysh/
H A Dextract.pl.in127 elsif ($file =~ /lib\/if_rmap\.c$/) {
/dports/net/frr7/frr-frr-7.5.1/vtysh/
H A Dextract.pl.in127 elsif ($file =~ /lib\/if_rmap\.c$/) {