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

/freebsd-12-stable/sys/netinet6/
H A Dpim6.h68 #define PIM_REGISTER 1 /* PIM Register type is 1 */ macro
H A Dip6_mroute.c1767 if (pim->pim_type == PIM_REGISTER)
1791 if (pim->pim_type == PIM_REGISTER) {
/freebsd-12-stable/sys/netinet/
H A Dpim.h96 #define PIM_REGISTER 0x1 /* PIM-SM only */ macro
H A Dip_mroute.c290 PIM_MAKE_VT(PIM_VERSION, PIM_REGISTER), /* PIM vers and message type */
2550 * The only message with special processing is the PIM_REGISTER message
2613 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER && in_cksum(m, PIM_MINLEN) == 0) {
2635 if (PIM_VT_T(pim->pim_vt) == PIM_REGISTER) {

Completed in 41 milliseconds