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

/freebsd-11-stable/sys/netinet6/
H A Dpim6.h66 #define PIM_REGISTER 1 /* PIM Register type is 1 */ macro
H A Dip6_mroute.c1778 if (pim->pim_type == PIM_REGISTER)
1802 if (pim->pim_type == PIM_REGISTER) {
/freebsd-11-stable/sys/netinet/
H A Dpim.h94 #define PIM_REGISTER 0x1 /* PIM-SM only */ macro
H A Dip_mroute.c294 PIM_MAKE_VT(PIM_VERSION, PIM_REGISTER), /* PIM vers and message type */
2559 * The only message with special processing is the PIM_REGISTER message
2625 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER && in_cksum(m, PIM_MINLEN) == 0) {
2647 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER) {

Completed in 116 milliseconds