Home
last modified time | relevance | path

Searched refs:DISTRIBUTE_V4_IN (Results 1 – 15 of 15) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_filter.c81 if (dist->list[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
83 AFI_IP, dist->list[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
105 if (dist->prefix[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
107 AFI_IP, dist->prefix[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
133 if (dist->route[DISTRIBUTE_V4_IN]) in eigrp_distribute_update()
193 if (dist->list[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
195 dist->list[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
217 if (dist->prefix[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
219 dist->prefix[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
240 if (dist->route[DISTRIBUTE_V4_IN]) in eigrp_distribute_update()
[all …]
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_filter.c81 if (dist->list[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
83 AFI_IP, dist->list[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
105 if (dist->prefix[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
107 AFI_IP, dist->prefix[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
133 if (dist->route[DISTRIBUTE_V4_IN]) in eigrp_distribute_update()
193 if (dist->list[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
195 dist->list[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
217 if (dist->prefix[DISTRIBUTE_V4_IN]) { in eigrp_distribute_update()
219 dist->prefix[DISTRIBUTE_V4_IN]); in eigrp_distribute_update()
240 if (dist->route[DISTRIBUTE_V4_IN]) in eigrp_distribute_update()
[all …]
/dports/net/quagga/quagga-1.2.4/lib/
H A Ddistribute.c254 type = DISTRIBUTE_V4_IN;
320 type = DISTRIBUTE_V4_IN;
394 type = DISTRIBUTE_V4_IN;
460 type = DISTRIBUTE_V4_IN;
534 type = DISTRIBUTE_V4_IN;
603 type = DISTRIBUTE_V4_IN;
679 type = DISTRIBUTE_V4_IN;
750 type = DISTRIBUTE_V4_IN;
888 DISTRIBUTE_V4_IN, has_print); in config_show_distribute()
890 DISTRIBUTE_V4_IN, has_print); in config_show_distribute()
[all …]
H A Ddistribute.h32 DISTRIBUTE_V4_IN, enumerator
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Ddistribute.c256 ? DISTRIBUTE_V4_IN
327 DISTRIBUTE_V4_IN : DISTRIBUTE_V4_OUT;
460 DISTRIBUTE_V4_IN, has_print); in config_show_distribute()
462 DISTRIBUTE_V4_IN, has_print); in config_show_distribute()
481 DISTRIBUTE_V4_IN, in config_show_distribute()
484 vty, dist->prefix, 1, DISTRIBUTE_V4_IN, in config_show_distribute()
H A Ddistribute.h34 DISTRIBUTE_V4_IN, enumerator
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Ddistribute.c256 ? DISTRIBUTE_V4_IN
327 DISTRIBUTE_V4_IN : DISTRIBUTE_V4_OUT;
460 DISTRIBUTE_V4_IN, has_print); in config_show_distribute()
462 DISTRIBUTE_V4_IN, has_print); in config_show_distribute()
481 DISTRIBUTE_V4_IN, in config_show_distribute()
484 vty, dist->prefix, 1, DISTRIBUTE_V4_IN, in config_show_distribute()
H A Ddistribute.h34 DISTRIBUTE_V4_IN, enumerator
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dbabel_filter.c52 distribute = output ? DISTRIBUTE_V4_OUT : DISTRIBUTE_V4_IN; in babel_filter()
H A Dbabeld.c570 family = type == DISTRIBUTE_V4_IN || type == DISTRIBUTE_V4_OUT ? in babel_distribute_update()
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dbabel_filter.c52 distribute = output ? DISTRIBUTE_V4_OUT : DISTRIBUTE_V4_IN; in babel_filter()
H A Dbabeld.c570 family = type == DISTRIBUTE_V4_IN || type == DISTRIBUTE_V4_OUT ? in babel_distribute_update()
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Dripd.c331 : DISTRIBUTE_V4_IN; in rip_filter()
3352 if (dist->list[DISTRIBUTE_V4_IN]) { in rip_distribute_update()
3354 dist->list[DISTRIBUTE_V4_IN]); in rip_distribute_update()
3372 if (dist->prefix[DISTRIBUTE_V4_IN]) { in rip_distribute_update()
3374 dist->prefix[DISTRIBUTE_V4_IN]); in rip_distribute_update()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Dripd.c331 : DISTRIBUTE_V4_IN; in rip_filter()
3352 if (dist->list[DISTRIBUTE_V4_IN]) { in rip_distribute_update()
3354 dist->list[DISTRIBUTE_V4_IN]); in rip_distribute_update()
3372 if (dist->prefix[DISTRIBUTE_V4_IN]) { in rip_distribute_update()
3374 dist->prefix[DISTRIBUTE_V4_IN]); in rip_distribute_update()
/dports/net/quagga/quagga-1.2.4/ripd/
H A Dripd.c324 DISTRIBUTE_V4_OUT : DISTRIBUTE_V4_IN; in rip_filter()
3807 if (dist->list[DISTRIBUTE_V4_IN]) in rip_distribute_update()
3809 alist = access_list_lookup (AFI_IP, dist->list[DISTRIBUTE_V4_IN]); in rip_distribute_update()
3829 if (dist->prefix[DISTRIBUTE_V4_IN]) in rip_distribute_update()
3831 plist = prefix_list_lookup (AFI_IP, dist->prefix[DISTRIBUTE_V4_IN]); in rip_distribute_update()