Searched defs:llt (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_llatbl.c | 99 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) in lltable_dump_af() 124 struct lltable *llt = NULL; in lltable_sysctl_dumparp() local 151 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle() 171 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry() 213 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb() 228 htable_prefix_free(struct lltable *llt, const struct sockaddr *addr, in htable_prefix_free() 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() 559 lltable_purge(struct lltable *llt) in lltable_purge() [all …]
|
| H A D | if_llatbl.h | 281 lla_lookup(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in lla_lookup()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | in.c | 2444 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 2520 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst() 2541 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 2553 in_lltable_alloc(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in in_lltable_alloc() 2594 in_lltable_lookup(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in in_lltable_lookup() 2627 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry() 2696 struct lltable *llt; in in_lltattach() local
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | in6.c | 4665 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 4750 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) in in6_lltable_find_dst() 4771 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 4783 in6_lltable_alloc(struct lltable *llt, uint16_t flags, in in6_lltable_alloc() 4822 in6_lltable_lookup(struct lltable *llt, uint16_t flags, in in6_lltable_lookup() 4855 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry() 4941 struct lltable *llt; in in6_lltattach() local
|