Lines Matching defs:pim
37 * Protocol Independent Multicast (PIM) definitions
45 * PIM packet header
48 struct pim {
50 u_char pim_type:4, /* the PIM message type, currently they are:
52 * Bootstrap, Assert, Graft (PIM-DM only),
53 * Graft-Ack (PIM-DM only), C-RP-Adv
55 pim_ver:4; /* PIM version number; 2 for PIMv2 */
57 u_char pim_ver:4, /* PIM version */
58 pim_type:4; /* PIM type */
70 #define PIM_REGISTER 1 /* PIM Register type is 1 */