/src/sys/netinet6/ |
pim6.h | 37 * Protocol Independent Multicast (PIM) definitions 45 * PIM packet header 48 struct pim { struct 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 * [all...] |
pim6.h | 37 * Protocol Independent Multicast (PIM) definitions 45 * PIM packet header 48 struct pim { struct 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 * [all...] |
pim6.h | 37 * Protocol Independent Multicast (PIM) definitions 45 * PIM packet header 48 struct pim { struct 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 * [all...] |
pim6.h | 37 * Protocol Independent Multicast (PIM) definitions 45 * PIM packet header 48 struct pim { struct 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 * [all...] |
ip6_mroute.c | 116 * MROUTING Revision: 3.5.1.2 + PIM-SMv2 (pimd) Support 494 pim6 = 0;/* used for stubbing out/in pim stuff */ 554 pim6 = 0; /* used to stub out/in pim specific code */ 1390 * If we are doing PIM processing, and we are forwarding 1399 * unnecessary PIM assert. 1498 * XXX: For packets through PIM register tunnel 1700 * PIM sparse mode hook. Receives the pim control messages, and passes them up 1703 * The only message processed is the REGISTER pim message; the pim heade 1709 struct pim *pim; local in function:pim6_input [all...] |
ip6_mroute.c | 116 * MROUTING Revision: 3.5.1.2 + PIM-SMv2 (pimd) Support 494 pim6 = 0;/* used for stubbing out/in pim stuff */ 554 pim6 = 0; /* used to stub out/in pim specific code */ 1390 * If we are doing PIM processing, and we are forwarding 1399 * unnecessary PIM assert. 1498 * XXX: For packets through PIM register tunnel 1700 * PIM sparse mode hook. Receives the pim control messages, and passes them up 1703 * The only message processed is the REGISTER pim message; the pim heade 1709 struct pim *pim; local in function:pim6_input [all...] |
ip6_mroute.c | 116 * MROUTING Revision: 3.5.1.2 + PIM-SMv2 (pimd) Support 494 pim6 = 0;/* used for stubbing out/in pim stuff */ 554 pim6 = 0; /* used to stub out/in pim specific code */ 1390 * If we are doing PIM processing, and we are forwarding 1399 * unnecessary PIM assert. 1498 * XXX: For packets through PIM register tunnel 1700 * PIM sparse mode hook. Receives the pim control messages, and passes them up 1703 * The only message processed is the REGISTER pim message; the pim heade 1709 struct pim *pim; local in function:pim6_input [all...] |
ip6_mroute.c | 116 * MROUTING Revision: 3.5.1.2 + PIM-SMv2 (pimd) Support 494 pim6 = 0;/* used for stubbing out/in pim stuff */ 554 pim6 = 0; /* used to stub out/in pim specific code */ 1390 * If we are doing PIM processing, and we are forwarding 1399 * unnecessary PIM assert. 1498 * XXX: For packets through PIM register tunnel 1700 * PIM sparse mode hook. Receives the pim control messages, and passes them up 1703 * The only message processed is the REGISTER pim message; the pim heade 1709 struct pim *pim; local in function:pim6_input [all...] |
/src/lib/libm/arch/vax/ |
n_atan2.S | 187 bneq pim 193 pim: label
|
n_atan2.S | 187 bneq pim 193 pim: label
|
n_atan2.S | 187 bneq pim 193 pim: label
|
n_atan2.S | 187 bneq pim 193 pim: label
|
/src/sys/netinet/ |
pim.h | 1 /* $NetBSD: pim.h,v 1.2 2005/12/10 23:36:23 elad Exp $ */ 32 * $FreeBSD: /repoman/r/ncvs/src/sys/netinet/pim.h,v 1.2 2004/03/08 07:45:32 hsu Exp $ 39 * Protocol Independent Multicast (PIM) definitions. 59 * PIM packet header 61 struct pim { struct 63 uint8_t pim_vt; /* PIM version and message type */ 66 u_int pim_vers:4, /* PIM protocol version */ 67 pim_type:4; /* PIM message type */ 70 u_int pim_type:4, /* PIM message type */ 71 pim_vers:4; /* PIM protocol version * [all...] |
pim.h | 1 /* $NetBSD: pim.h,v 1.2 2005/12/10 23:36:23 elad Exp $ */ 32 * $FreeBSD: /repoman/r/ncvs/src/sys/netinet/pim.h,v 1.2 2004/03/08 07:45:32 hsu Exp $ 39 * Protocol Independent Multicast (PIM) definitions. 59 * PIM packet header 61 struct pim { struct 63 uint8_t pim_vt; /* PIM version and message type */ 66 u_int pim_vers:4, /* PIM protocol version */ 67 pim_type:4; /* PIM message type */ 70 u_int pim_type:4, /* PIM message type */ 71 pim_vers:4; /* PIM protocol version * [all...] |
pim.h | 1 /* $NetBSD: pim.h,v 1.2 2005/12/10 23:36:23 elad Exp $ */ 32 * $FreeBSD: /repoman/r/ncvs/src/sys/netinet/pim.h,v 1.2 2004/03/08 07:45:32 hsu Exp $ 39 * Protocol Independent Multicast (PIM) definitions. 59 * PIM packet header 61 struct pim { struct 63 uint8_t pim_vt; /* PIM version and message type */ 66 u_int pim_vers:4, /* PIM protocol version */ 67 pim_type:4; /* PIM message type */ 70 u_int pim_type:4, /* PIM message type */ 71 pim_vers:4; /* PIM protocol version * [all...] |
pim.h | 1 /* $NetBSD: pim.h,v 1.2 2005/12/10 23:36:23 elad Exp $ */ 32 * $FreeBSD: /repoman/r/ncvs/src/sys/netinet/pim.h,v 1.2 2004/03/08 07:45:32 hsu Exp $ 39 * Protocol Independent Multicast (PIM) definitions. 59 * PIM packet header 61 struct pim { struct 63 uint8_t pim_vt; /* PIM version and message type */ 66 u_int pim_vers:4, /* PIM protocol version */ 67 pim_type:4; /* PIM message type */ 70 u_int pim_type:4, /* PIM message type */ 71 pim_vers:4; /* PIM protocol version * [all...] |
ip_mroute.c | 91 * and PIM-SMv2 and PIM-DM support, advanced API support, 104 #ifdef PIM 135 #ifdef PIM 136 #include <netinet/pim.h> 246 #ifdef PIM 290 #ifdef PIM 294 * Note: the PIM Register encapsulation adds the following in front of a 299 * struct pim_encap_pimhdr pim; 304 struct pim pim member in struct:pim_encap_pimhdr 2950 struct pim *pim; local in function:pim_input [all...] |
ip_mroute.c | 91 * and PIM-SMv2 and PIM-DM support, advanced API support, 104 #ifdef PIM 135 #ifdef PIM 136 #include <netinet/pim.h> 246 #ifdef PIM 290 #ifdef PIM 294 * Note: the PIM Register encapsulation adds the following in front of a 299 * struct pim_encap_pimhdr pim; 304 struct pim pim member in struct:pim_encap_pimhdr 2950 struct pim *pim; local in function:pim_input [all...] |
ip_mroute.c | 91 * and PIM-SMv2 and PIM-DM support, advanced API support, 104 #ifdef PIM 135 #ifdef PIM 136 #include <netinet/pim.h> 246 #ifdef PIM 290 #ifdef PIM 294 * Note: the PIM Register encapsulation adds the following in front of a 299 * struct pim_encap_pimhdr pim; 304 struct pim pim member in struct:pim_encap_pimhdr 2950 struct pim *pim; local in function:pim_input [all...] |
ip_mroute.c | 91 * and PIM-SMv2 and PIM-DM support, advanced API support, 104 #ifdef PIM 135 #ifdef PIM 136 #include <netinet/pim.h> 246 #ifdef PIM 290 #ifdef PIM 294 * Note: the PIM Register encapsulation adds the following in front of a 299 * struct pim_encap_pimhdr pim; 304 struct pim pim member in struct:pim_encap_pimhdr 2950 struct pim *pim; local in function:pim_input [all...] |