Home
last modified time | relevance | path

Searched refs:rti_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet/
H A Digmp.c164 rti->rti_type = IGMP_V2_ROUTER; in find_rti()
259 rti->rti_type = IGMP_V1_ROUTER; in igmp_input()
381 igmp_sendpkt(inm, inm->inm_rti->rti_type, 0); in igmp_joingroup()
396 inm->inm_rti->rti_type != IGMP_V1_ROUTER) in igmp_leavegroup()
439 igmp_sendpkt(inm, inm->inm_rti->rti_type, 0); in igmp_fasttimo_dispatch()
478 if (rti->rti_type == IGMP_V1_ROUTER) { in igmp_slowtimo_dispatch()
481 rti->rti_type = IGMP_V2_ROUTER; in igmp_slowtimo_dispatch()
H A Din_var.h154 int rti_type; /* type of router which is querier on this interface */ member