Searched refs:pim (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/netinet6/
H A Dpim6.h46 struct pim { struct
H A Dip6_mroute.c158 static SYSCTL_NODE(_net_inet6, IPPROTO_PIM, pim, CTLFLAG_RW, 0, "PIM");
582 V_pim6 = 0;/* used for stubbing out/in pim stuff */
625 V_pim6 = 0; /* used to stub out/in pim specific code */
1708 * Receives the pim control messages, and passes them up to the listening
1710 * The only message processed is the REGISTER pim message; the pim header
1716 struct pim *pim; /* pointer to a pim struct */ local
1756 pim
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-pim.c126 struct pim { struct
246 ND_PRINT((ndo, "[|pim]"));
334 ND_PRINT((ndo, "[|pim]"));
340 * ftp://ftpeng.cisco.com/ipmulticast/specs/pim-autorp-spec01.txt
458 register const struct pim *pim = (const struct pim *)bp; local
461 ND_TCHECK(pim->pim_rsv);
464 ND_TCHECK(pim->pim_typever);
465 switch (PIM_VER(pim
697 register const struct pim *pim = (const struct pim *)bp; local
[all...]
H A DMakefile.in187 print-pim.c \
/freebsd-12-stable/sys/netinet/
H A Dpim.h61 struct pim { struct
H A Dip_mroute.c116 #include <netinet/pim.h>
233 SYSCTL_NODE(_net_inet, IPPROTO_PIM, pim, CTLFLAG_RW, 0, "PIM");
260 * struct pim_encap_pimhdr pim;
266 struct pim pim; member in struct:pim_encap_pimhdr
2520 pimhdr->pim.pim_cksum = in_cksum(mb_first, sizeof(pim_encap_pimhdr));
2558 struct pim *pim; local
2604 pim = mtod(m, struct pim *);
[all...]
/freebsd-12-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile121 print-pim.c \
/freebsd-12-stable/contrib/libpcap/
H A Dscanner.l269 pim return PIM;
/freebsd-12-stable/share/man/man4/
H A DMakefile431 pim.4 \
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c81 #include <netinet/pim.h>
1634 PULLUP_TO(hlen, ulp, struct pim);

Completed in 130 milliseconds