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

/freebsd-10.3-release/sys/netinet6/
H A Dpim6.h66 #define PIM_REGISTER 1 /* PIM Register type is 1 */ macro
H A Dip6_mroute.c1763 if (pim->pim_type == PIM_REGISTER)
1787 if (pim->pim_type == PIM_REGISTER) {
/freebsd-10.3-release/sys/netinet/
H A Dpim.h94 #define PIM_REGISTER 0x1 /* PIM-SM only */ macro
H A Dip_mroute.c293 PIM_MAKE_VT(PIM_VERSION, PIM_REGISTER), /* PIM vers and message type */
2554 * The only message with special processing is the PIM_REGISTER message
2616 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER && in_cksum(m, PIM_MINLEN) == 0) {
2638 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER) {

Completed in 116 milliseconds