Searched defs:llt (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_llatbl.c | 101 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) in lltable_dump_af() 126 struct lltable *llt = NULL; in lltable_sysctl_dumparp() local 153 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle() 173 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry() 215 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb() 230 htable_prefix_free(struct lltable *llt, const struct sockaddr *addr, in htable_prefix_free() 254 htable_free_tbl(struct lltable *llt) in htable_free_tbl() 261 llentries_unlink(struct lltable *llt, struct llentries *head) in llentries_unlink() 511 lltable_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in lltable_free_cb() 528 lltable_free(struct lltable *llt) in lltable_free() [all …]
|
| H A D | if_llatbl.h | 285 lla_lookup(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in lla_lookup()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in.c | 2466 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 2542 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst() 2563 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 2575 in_lltable_alloc(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in in_lltable_alloc() 2616 in_lltable_lookup(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in in_lltable_lookup() 2649 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry() 2718 struct lltable *llt; in in_lltattach() local
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6.c | 4614 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 4699 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) in in6_lltable_find_dst() 4720 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 4732 in6_lltable_alloc(struct lltable *llt, uint16_t flags, in in6_lltable_alloc() 4771 in6_lltable_lookup(struct lltable *llt, uint16_t flags, in in6_lltable_lookup() 4804 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry() 4890 struct lltable *llt; in in6_lltattach() local
|