| /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...] |
| 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 [all...] |
| /src/external/lgpl3/mpc/dist/src/ |
| fma.c | 68 mpfr_prec_t pre, pim, wpre, wpim; local 76 pim = mpfr_get_prec (mpc_imagref(r)); 78 wpim = pim + mpc_ceil_log2 (pim) + 10; 99 pim + (MPC_RND_IM (rnd) == MPFR_RNDN));
|
| /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...] |
| Makefile | 9 ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h portalgo.h \
|
| 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 [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-pim.c | 24 __RCSID("$NetBSD: print-pim.c,v 1.12 2024/09/02 16:15:32 christos Exp $"); 27 /* \summary: Protocol Independent Multicast (PIM) printer */ 143 * but PIM dependent definitions should be independent of IPv6... 146 struct pim { struct 148 /* upper 4bit: PIM version number; 2 for PIMv2 */ 149 /* lower 4bit: the PIM message type, currently they are: 151 * Bootstrap, Assert, Graft (PIM-DM only), 152 * Graft-Ack (PIM-DM only), C-RP-Adv 347 * ftp://ftpeng.cisco.com/ipmulticast/specs/pim-autorp-spec01.txt 396 * 2 bits: PIM version supported, bit 0 is "supports v1", 1 is "v2" 460 const struct pim *pim = (const struct pim *)bp; local 691 const struct pim *pim = (const struct pim *)bp; local [all...] |
| /src/lib/libm/arch/vax/ |
| n_atan2.S | 187 bneq pim 193 pim: label
|
| /src/external/bsd/tcpdump/bin/ |
| Makefile | 124 print-pim.c \
|
| /src/share/man/man4/ |
| Makefile | 54 piixpm.4 pim.4 plip.4 pm3fb.4 pms.4 pmu.4 pnaphy.4 ppbus.4 ppp.4 \
|
| /src/external/bsd/libpcap/dist/ |
| scanner.l | 273 pim return PIM;
|
| /src/sys/arch/hppa/hppa/ |
| machdep.c | 125 #include <hppa/hppa/pim.h> 1729 printf(" - WARNING: could not transfer PIM info (%d)", pimerror);
|