Searched refs:c_oil (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_oil.c34 void pim_channel_oil_free(struct channel_oil *c_oil) argument
36 XFREE(MTYPE_PIM_CHANNEL_OIL, c_oil);
39 static void pim_channel_oil_delete(struct channel_oil *c_oil) argument
46 listnode_delete(qpim_channel_oil_list, c_oil);
48 pim_channel_oil_free(c_oil);
55 struct channel_oil *c_oil; local
70 c_oil = XCALLOC(MTYPE_PIM_CHANNEL_OIL, sizeof(*c_oil));
71 if (!c_oil) {
72 zlog_err("PIM XCALLOC(%zu) failure", sizeof(*c_oil));
90 struct channel_oil *c_oil; local
107 struct channel_oil *c_oil; local
122 struct channel_oil *c_oil; local
133 pim_channel_oil_del(struct channel_oil *c_oil) argument
[all...]
H A Dpim_oil.h47 void pim_channel_oil_free(struct channel_oil *c_oil);
51 void pim_channel_oil_del(struct channel_oil *c_oil);
H A Dpim_zebra.c405 struct channel_oil *c_oil; local
410 for (ALL_LIST_ELEMENTS(qpim_channel_oil_list, node, nextnode, c_oil)) {
412 int input_iface_vif_index = fib_lookup_if_vif_index(c_oil->oil.mfcc_origin);
416 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
417 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
424 if (input_iface_vif_index == c_oil->oil.mfcc_parent) {
430 struct interface *old_iif = pim_if_find_by_vif_index(c_oil->oil.mfcc_parent);
434 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
435 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
439 old_iif ? old_iif->name : "<old_iif?>", c_oil
[all...]
H A Dpim_cmd.c1594 struct channel_oil *c_oil; local
1596 for (ALL_LIST_ELEMENTS_RO(qpim_channel_oil_list, node, c_oil)) {
1597 if (pim_mroute_add(&c_oil->oil)) {
1601 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
1602 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
1613 struct channel_oil *c_oil; local
1615 for (ALL_LIST_ELEMENTS_RO(qpim_channel_oil_list, node, c_oil)) {
1616 if (pim_mroute_del(&c_oil->oil)) {
1620 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
1621 pim_inet4_dump("<group?>", c_oil
2135 struct channel_oil *c_oil; local
2206 struct channel_oil *c_oil; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_oil.c34 void pim_channel_oil_free(struct channel_oil *c_oil) argument
36 XFREE(MTYPE_PIM_CHANNEL_OIL, c_oil);
39 static void pim_channel_oil_delete(struct channel_oil *c_oil) argument
46 listnode_delete(qpim_channel_oil_list, c_oil);
48 pim_channel_oil_free(c_oil);
55 struct channel_oil *c_oil; local
70 c_oil = XCALLOC(MTYPE_PIM_CHANNEL_OIL, sizeof(*c_oil));
71 if (!c_oil) {
72 zlog_err("PIM XCALLOC(%zu) failure", sizeof(*c_oil));
90 struct channel_oil *c_oil; local
107 struct channel_oil *c_oil; local
122 struct channel_oil *c_oil; local
133 pim_channel_oil_del(struct channel_oil *c_oil) argument
[all...]
H A Dpim_oil.h47 void pim_channel_oil_free(struct channel_oil *c_oil);
51 void pim_channel_oil_del(struct channel_oil *c_oil);
H A Dpim_zebra.c405 struct channel_oil *c_oil; local
410 for (ALL_LIST_ELEMENTS(qpim_channel_oil_list, node, nextnode, c_oil)) {
412 int input_iface_vif_index = fib_lookup_if_vif_index(c_oil->oil.mfcc_origin);
416 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
417 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
424 if (input_iface_vif_index == c_oil->oil.mfcc_parent) {
430 struct interface *old_iif = pim_if_find_by_vif_index(c_oil->oil.mfcc_parent);
434 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
435 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
439 old_iif ? old_iif->name : "<old_iif?>", c_oil
[all...]
H A Dpim_cmd.c1594 struct channel_oil *c_oil; local
1596 for (ALL_LIST_ELEMENTS_RO(qpim_channel_oil_list, node, c_oil)) {
1597 if (pim_mroute_add(&c_oil->oil)) {
1601 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
1602 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
1613 struct channel_oil *c_oil; local
1615 for (ALL_LIST_ELEMENTS_RO(qpim_channel_oil_list, node, c_oil)) {
1616 if (pim_mroute_del(&c_oil->oil)) {
1620 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
1621 pim_inet4_dump("<group?>", c_oil
2135 struct channel_oil *c_oil; local
2206 struct channel_oil *c_oil; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_oil.c34 void pim_channel_oil_free(struct channel_oil *c_oil) argument
36 XFREE(MTYPE_PIM_CHANNEL_OIL, c_oil);
39 static void pim_channel_oil_delete(struct channel_oil *c_oil) argument
46 listnode_delete(qpim_channel_oil_list, c_oil);
48 pim_channel_oil_free(c_oil);
55 struct channel_oil *c_oil; local
70 c_oil = XCALLOC(MTYPE_PIM_CHANNEL_OIL, sizeof(*c_oil));
71 if (!c_oil) {
72 zlog_err("PIM XCALLOC(%zu) failure", sizeof(*c_oil));
90 struct channel_oil *c_oil; local
107 struct channel_oil *c_oil; local
122 struct channel_oil *c_oil; local
133 pim_channel_oil_del(struct channel_oil *c_oil) argument
[all...]
H A Dpim_oil.h47 void pim_channel_oil_free(struct channel_oil *c_oil);
51 void pim_channel_oil_del(struct channel_oil *c_oil);
H A Dpim_zebra.c405 struct channel_oil *c_oil; local
410 for (ALL_LIST_ELEMENTS(qpim_channel_oil_list, node, nextnode, c_oil)) {
412 int input_iface_vif_index = fib_lookup_if_vif_index(c_oil->oil.mfcc_origin);
416 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
417 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
424 if (input_iface_vif_index == c_oil->oil.mfcc_parent) {
430 struct interface *old_iif = pim_if_find_by_vif_index(c_oil->oil.mfcc_parent);
434 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
435 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
439 old_iif ? old_iif->name : "<old_iif?>", c_oil
[all...]
H A Dpim_cmd.c1594 struct channel_oil *c_oil; local
1596 for (ALL_LIST_ELEMENTS_RO(qpim_channel_oil_list, node, c_oil)) {
1597 if (pim_mroute_add(&c_oil->oil)) {
1601 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
1602 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str));
1613 struct channel_oil *c_oil; local
1615 for (ALL_LIST_ELEMENTS_RO(qpim_channel_oil_list, node, c_oil)) {
1616 if (pim_mroute_del(&c_oil->oil)) {
1620 pim_inet4_dump("<source?>", c_oil->oil.mfcc_origin, source_str, sizeof(source_str));
1621 pim_inet4_dump("<group?>", c_oil
2135 struct channel_oil *c_oil; local
2206 struct channel_oil *c_oil; local
[all...]

Completed in 190 milliseconds