Home
last modified time | relevance | path

Searched refs:PIM_REGISTER (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dpim6.h68 #define PIM_REGISTER 1 /* PIM Register type is 1 */ macro
H A Dip6_mroute.c1759 if (pim->pim_type == PIM_REGISTER) in pim6_input()
1783 if (pim->pim_type == PIM_REGISTER) { in pim6_input()
/f-stack/freebsd/netinet/
H A Dpim.h96 #define PIM_REGISTER 0x1 /* PIM-SM only */ macro
H A Dip_mroute.c291 PIM_MAKE_VT(PIM_VERSION, PIM_REGISTER), /* PIM vers and message type */
2614 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER && in_cksum(m, PIM_MINLEN) == 0) { in pim_input()
2636 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER) { in pim_input()