Searched defs:llt (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | if_llatbl.c | 88 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) in lltable_dump_af() 113 struct lltable *llt; in lltable_sysctl_dumparp() local 174 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle() 201 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry() 230 struct lltable *llt; in htable_unlink_entry() local 259 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb() 274 htable_prefix_free(struct lltable *llt, const struct sockaddr *addr, in htable_prefix_free() 298 htable_free_tbl(struct lltable *llt) in htable_free_tbl() 306 llentries_unlink(struct lltable *llt, struct llentries *head) in llentries_unlink() 593 llentry_update_ifaddr(struct lltable *llt, struct llentry *lle, void *farg) in llentry_update_ifaddr() [all …]
|
H A D | if_llatbl.h | 275 lla_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in lla_lookup()
|
/freebsd/sys/netlink/route/ |
H A D | neigh.c | 209 dump_lle(struct lltable *llt, struct llentry *lle, void *arg) in dump_lle() 220 dump_llt(struct lltable *llt, struct netlink_walkargs *wa) in dump_llt() 235 struct lltable *llt = lltable_get(ifp, fam); in dump_llts_iface() local 280 struct lltable *llt = lltable_get(ifp, family); in get_lle() local 406 struct lltable *llt = lltable_get(attrs.nda_ifp, attrs.ndm_family); in rtnl_handle_newneigh() local 493 struct lltable *llt = lltable_get(attrs.nda_ifp, attrs.ndm_family); in rtnl_handle_delneigh() local
|
/freebsd/sys/netinet/ |
H A D | in.c | 1529 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 1633 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst() 1652 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 1664 in_lltable_alloc(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_alloc() 1715 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_lookup() 1753 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry() 1817 in_lltable_post_resolved(struct lltable *llt, struct llentry *lle) in in_lltable_post_resolved() 1830 struct lltable *llt; in in_lltattach() local 1854 struct lltable *llt = NULL; in in_lltable_get() local
|
/freebsd/sys/netinet6/ |
H A D | in6.c | 2263 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 2344 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) in in6_lltable_find_dst() 2363 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 2379 in6_lltable_alloc(struct lltable *llt, u_int flags, in in6_lltable_alloc() 2426 in6_lltable_lookup(struct lltable *llt, u_int flags, in in6_lltable_lookup() 2471 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry() 2547 in6_lltable_post_resolved(struct lltable *llt, struct llentry *lle) in in6_lltable_post_resolved() 2557 struct lltable *llt; in in6_lltattach() local 2581 struct lltable *llt = NULL; in in6_lltable_get() local 2741 in6_lle_match_pub(struct lltable *llt, struct llentry *lle, void *farg) in in6_lle_match_pub() [all …]
|
/freebsd/contrib/wpa/src/fst/ |
H A D | fst.h | 221 u32 llt; member
|
H A D | fst_defs.h | 50 le32 llt; member
|
H A D | fst_session.c | 796 void fst_session_set_llt(struct fst_session *s, u32 llt) in fst_session_set_llt() 1270 long int llt = strtol(llt_str, &endp, 0); in fst_session_set_str_llt() local
|