Home
last modified time | relevance | path

Searched refs:lltable (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/
H A Dif_llatbl.h65 struct lltable *lle_tbl;
144 typedef void (llt_prefix_free_t)(struct lltable *,
153 typedef void (llt_free_tbl_t)(struct lltable *);
161 struct lltable { struct
162 SLIST_ENTRY(lltable) llt_link;
211 struct lltable *lltable_allocate_htbl(uint32_t hsize);
212 void lltable_free(struct lltable *);
213 void lltable_link(struct lltable *llt);
229 void lltable_update_ifaddr(struct lltable *llt);
233 int lltable_delete_addr(struct lltable *llt, u_int flags,
[all …]
H A Dif_llatbl.c113 struct lltable *llt; in lltable_sysctl_dumparp()
195 struct lltable *llt; in htable_unlink_entry()
263 htable_free_tbl(struct lltable *llt) in htable_free_tbl()
490 lltable_free(struct lltable *llt) in lltable_free()
554 struct lltable *llt; in lltable_prefix_free()
566 struct lltable *
569 struct lltable *llt; in lltable_allocate_htbl()
594 lltable_link(struct lltable *llt) in lltable_link()
655 struct lltable *llt; in lltable_fill_sa_entry()
685 struct lltable *llt; in lla_rt_output()
[all …]
/f-stack/freebsd/netinet/
H A Din.c1353 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
1485 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst()
1504 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
1516 in_lltable_alloc(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_alloc()
1566 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_lookup()
1604 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()
1667 static struct lltable *
1670 struct lltable *llt; in in_lltattach()
H A Din_var.h57 struct lltable;
64 struct lltable *ii_llt; /* ARP state */
/f-stack/tools/compat/include/netinet6/
H A Din6_var.h101 struct lltable;
110 struct lltable *lltable; member
114 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable)
/f-stack/freebsd/netinet6/
H A Din6_var.h101 struct lltable;
110 struct lltable *lltable; member
114 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable)
H A Din6.c2170 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry()
2270 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) in in6_lltable_find_dst()
2289 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry()
2301 in6_lltable_alloc(struct lltable *llt, u_int flags, in in6_lltable_alloc()
2348 in6_lltable_lookup(struct lltable *llt, u_int flags, in in6_lltable_lookup()
2387 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry()
2462 static struct lltable *
2465 struct lltable *llt; in in6_lltattach()
2513 ext->lltable = in6_lltattach(ifp); in in6_domifattach()
2537 lltable_free(ext->lltable); in in6_domifdetach()
/f-stack/tools/compat/include/netinet/
H A Din_var.h57 struct lltable;
64 struct lltable *ii_llt; /* ARP state */