Searched refs:encaptab (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | ip_encap.c | 119 static void encap_add_locked(struct encaptab *); 120 static int mask_match(const struct encaptab *, const struct sockaddr *, 124 LIST_HEAD(, encaptab) encaptab = LIST_HEAD_INITIALIZER(&encaptab); 137 struct encaptab *__single ep, *__single match; in encap4_input() 169 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap4_input() 239 struct encaptab *__single ep, *__single match; in encap6_input() 260 for (ep = LIST_FIRST(&encaptab); ep; ep = LIST_NEXT(ep, chain)) { in encap6_input() 306 encap_add_locked(struct encaptab *ep) in encap_add_locked() 309 LIST_INSERT_HEAD(&encaptab, ep, chain); in encap_add_locked() 317 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-11215.1.10/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 | 164 const struct encaptab *encap_cookie; 305 const struct encaptab *__single p; in stfattach()
|
| H A D | if_gif.c | 416 const struct encaptab *__single encap_cookie4 = NULL; in gif_remove() 417 const struct encaptab *__single encap_cookie6 = NULL; in gif_remove()
|