Searched refs:encaptab (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dip_encap.h38 struct encaptab { struct
39 LIST_ENTRY(encaptab) chain;
54 const struct encaptab *encap_attach(int, int, const struct sockaddr *,
57 const struct encaptab *encap_attach_func(int, int,
60 int encap_detach(const struct encaptab *);
H A Dip_encap.c96 static void encap_add(struct encaptab *);
97 static int mask_match(const struct encaptab *, const struct sockaddr *,
99 static void encap_fillarg(struct mbuf *, const struct encaptab *);
106 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(encaptab);
125 struct encaptab *ep, *match;
143 LIST_FOREACH(ep, &encaptab, chain) {
210 struct encaptab *ep, *match;
227 LIST_FOREACH(ep, &encaptab, chai
[all...]
H A Dip_mroute.c252 static const struct encaptab *pim_encap_cookie;
/freebsd-9.3-release/sys/net/
H A Dif_gif.h48 struct encaptab;
71 const struct encaptab *encap_cookie4;
72 const struct encaptab *encap_cookie6;
H A Dif_gre.h62 const struct encaptab *encap; /* encapsulation cookie */
H A Dif_stf.c155 const struct encaptab *encap_cookie;
/freebsd-9.3-release/sys/netinet6/
H A Dip6_mroute.c140 static const struct encaptab *pim6_encap_cookie;

Completed in 116 milliseconds