Home
last modified time | relevance | path

Searched defs:pim_ifchannel (Results 1 – 3 of 3) sorted by relevance

/dports/net/quagga/quagga-1.2.4/pimd/
H A Dpim_ifchannel.h74 struct pim_ifchannel { struct
75 struct in_addr source_addr; /* (S,G) source key */
76 struct in_addr group_addr; /* (S,G) group key */
77 struct interface *interface; /* backpointer to interface */
101 void pim_ifchannel_free(struct pim_ifchannel *ch); argument
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_ifchannel.h99 struct pim_ifchannel { struct
102 struct pim_ifchannel *parent; argument
103 struct list *sources;
104 struct prefix_sg sg;
105 char sg_str[PIM_SG_LEN];
106 struct interface *interface; /* backpointer to interface */
130 RB_HEAD(pim_ifchannel_rb, pim_ifchannel); argument
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_ifchannel.h99 struct pim_ifchannel { struct
102 struct pim_ifchannel *parent; argument
103 struct list *sources;
104 struct prefix_sg sg;
105 char sg_str[PIM_SG_LEN];
106 struct interface *interface; /* backpointer to interface */
130 RB_HEAD(pim_ifchannel_rb, pim_ifchannel); argument