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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.h65 struct encaptab { struct
66 LIST_ENTRY(encaptab) chain;
81 const struct encaptab *encap_attach(int, int, const struct sockaddr *,
84 const struct encaptab *encap_attach_func(int, int,
87 int encap_detach(const struct encaptab *);
H A Dip_encap.c123 static void encap_add(struct encaptab *);
124 static int mask_match(const struct encaptab *, const struct sockaddr *,
126 static void encap_fillarg(struct mbuf *, const struct encaptab *);
130 LIST_HEAD(, encaptab) encaptab;
132 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(&encaptab);
151 LIST_INIT(&encaptab);
165 struct encaptab *e
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.h71 struct encaptab;
88 const struct encaptab *encap_cookie4;
89 const struct encaptab *encap_cookie6;
H A Dif_stf.c166 const struct encaptab *encap_cookie;
313 const struct encaptab *p;

Completed in 75 milliseconds