Searched refs:encaptab (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | ip_encap.c | 118 static void encap_add_locked(struct encaptab *); 119 static int mask_match(const struct encaptab *, const struct sockaddr *, 123 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(&encaptab); 136 struct encaptab *ep, *match; in encap4_input() 168 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap4_input() 239 struct encaptab *ep, *match; in encap6_input() 260 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap6_input() 307 encap_add_locked(struct encaptab *ep) in encap_add_locked() 310 LIST_INSERT_HEAD(&encaptab, ep, chain); in encap_add_locked() 318 const struct encaptab * [all …]
|
| H A D | ip_encap.h | 63 struct encaptab { struct 64 LIST_ENTRY(encaptab) chain; 83 const struct encaptab *encap_attach(int, int, const struct sockaddr *, argument 86 const struct encaptab *encap_attach_func(int, int, 89 int encap_detach(const struct encaptab *);
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_gif.h | 74 struct encaptab; 90 const struct encaptab *encap_cookie4; 91 const struct encaptab *encap_cookie6;
|
| H A D | if_stf.c | 162 const struct encaptab *encap_cookie; 302 const struct encaptab *p; in stfattach()
|
| H A D | if_gif.c | 420 const struct encaptab *encap_cookie4 = NULL; in gif_remove() 421 const struct encaptab *encap_cookie6 = NULL; in gif_remove()
|