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

/freebsd-13-stable/sys/netinet6/
H A Dpim6.h46 struct pim { struct
H A Dip6_mroute.c157 static SYSCTL_NODE(_net_inet6, IPPROTO_PIM, pim,
584 V_pim6 = 0;/* used for stubbing out/in pim stuff */
627 V_pim6 = 0; /* used to stub out/in pim specific code */
1700 * Receives the pim control messages, and passes them up to the listening
1702 * The only message processed is the REGISTER pim message; the pim header
1708 struct pim *pim; /* pointer to a pim struct */ local
1748 pim
[all...]
/freebsd-13-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-13-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 | CTLFLAG_MPSAFE, 0,
261 * struct pim_encap_pimhdr pim;
267 struct pim pim; member in struct:pim_encap_pimhdr
2521 pimhdr->pim.pim_cksum = in_cksum(mb_first, sizeof(pim_encap_pimhdr));
2559 struct pim *pim; local
2605 pim = mtod(m, struct pim *);
[all...]
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile121 print-pim.c \
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l269 pim return PIM;
/freebsd-13-stable/share/man/man4/
H A DMakefile434 pim.4 \
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c82 #include <netinet/pim.h>
1660 PULLUP_TO(hlen, ulp, struct pim);

Completed in 195 milliseconds