Searched defs:llt (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/wpa/src/fst/
H A Dfst_defs.h50 le32 llt; member in struct:fst_setup_req
H A Dfst.h221 u32 llt; member in struct:fst_iface_cfg
H A Dfst_session.c796 void fst_session_set_llt(struct fst_session *s, u32 llt) argument
1270 long int llt = strtol(llt_str, &endp, 0); local
[all...]
/freebsd-current/sys/netlink/route/
H A Dneigh.c209 dump_lle(struct lltable *llt, struct llentry *lle, void *arg) argument
220 dump_llt(struct lltable *llt, struct netlink_walkargs *wa) argument
235 struct lltable *llt = lltable_get(ifp, fam); local
280 struct lltable *llt = lltable_get(ifp, family); local
406 struct lltable *llt = lltable_get(attrs.nda_ifp, attrs.ndm_family); local
493 struct lltable *llt = lltable_get(attrs.nda_ifp, attrs.ndm_family); local
[all...]
/freebsd-current/sys/net/
H A Dif_llatbl.h275 lla_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
[all...]
H A Dif_llatbl.c88 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) argument
113 struct lltable *llt; local
174 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) argument
201 htable_link_entry(struct lltable *llt, struct llentry *lle) argument
230 struct lltable *llt; local
259 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) argument
274 htable_prefix_free(struct lltable *llt, const struct sockaddr *addr, const struct sockaddr *mask, u_int flags) argument
298 htable_free_tbl(struct lltable *llt) argument
306 llentries_unlink(struct lltable *llt, struct llentries *head) argument
593 llentry_update_ifaddr(struct lltable *llt, struct llentry *lle, void *farg) argument
627 lltable_update_ifaddr(struct lltable *llt) argument
673 lltable_free_cb(struct lltable *llt, struct llentry *lle, void *farg) argument
689 lltable_free(struct lltable *llt) argument
721 lltable_delete_addr(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
753 struct lltable *llt; local
775 lltable_delete_conditional_cb(struct lltable *llt, struct llentry *lle, void *farg) argument
790 lltable_delete_conditional(struct lltable *llt, llt_match_cb_t *func, void *farg) argument
813 struct lltable *llt; local
838 lltable_link(struct lltable *llt) argument
847 lltable_unlink(struct lltable *llt) argument
881 lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) argument
888 lltable_alloc_entry(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
896 lltable_free_entry(struct lltable *llt, struct llentry *lle) argument
903 lltable_link_entry(struct lltable *llt, struct llentry *lle) argument
933 lltable_unlink_entry(struct lltable *llt, struct llentry *lle) argument
942 struct lltable *llt; local
949 lltable_get_ifp(const struct lltable *llt) argument
956 lltable_get_af(const struct lltable *llt) argument
972 struct lltable *llt; local
1142 llatbl_llt_show(struct lltable *llt) argument
1173 struct lltable *llt; local
[all...]
/freebsd-current/sys/netinet/
H A Din.c1508 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) argument
1612 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) argument
1631 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) argument
1643 in_lltable_alloc(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
1694 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
1732 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, struct sysctl_req *wr) argument
1796 in_lltable_post_resolved(struct lltable *llt, struct llentry *lle) argument
1809 struct lltable *llt; local
1833 struct lltable *llt = NULL; local
[all...]
/freebsd-current/sys/netinet6/
H A Din6.c2263 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) argument
2344 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) argument
2363 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) argument
2379 in6_lltable_alloc(struct lltable *llt, u_in argument
2426 in6_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) argument
2471 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, struct sysctl_req *wr) argument
2547 in6_lltable_post_resolved(struct lltable *llt, struct llentry *lle) argument
2557 struct lltable *llt; local
2581 struct lltable *llt = NULL; local
2741 in6_lle_match_pub(struct lltable *llt, struct llentry *lle, void *farg) argument
2749 struct lltable *llt; local
[all...]

Completed in 225 milliseconds