HomeSort by: relevance | last modified time | path
    Searched defs:llt (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/fst/
fst.h 221 u32 llt; member in struct:fst_iface_cfg
fst_defs.h 50 le32 llt; member in struct:fst_setup_req
fst_session.c 486 fst_session_set_llt(s, FST_LLT_VAL_TO_MS(le_to_host32(req->llt)));
590 "%s: FST Setup established for %s (llt=%u)",
796 void fst_session_set_llt(struct fst_session *s, u32 llt)
798 s->data.llt_ms = llt;
886 "initiating FST setup for %s (llt=%u ms)",
891 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms));
990 "%s: FST Setup Request accepted for %s (llt=%u)",
1270 long int llt = strtol(llt_str, &endp, 0); local
1272 if (*endp || llt < 0 || (unsigned long int) llt > FST_MAX_LLT_MS)
    [all...]
  /src/external/gpl2/lvm2/dist/lib/locking/
file_locking.c 68 struct dm_list *llh, *llt; local
70 dm_list_iterate_safe(llh, llt, &_lock_list) {
  /src/sys/net/
if_llatbl.c 72 static void lltable_unlink(struct lltable *llt);
73 static void llentries_unlink(struct lltable *llt, struct llentries *head);
76 static void htable_link_entry(struct lltable *llt, struct llentry *lle);
77 static int htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
81 lltable_dump_entry(struct lltable *llt, struct llentry *lle,
86 struct ifnet *ifp = llt->llt_ifp;
140 lltable_dump_af(struct lltable *llt, struct rt_walkarg *w)
146 if (llt->llt_ifp->if_flags & IFF_LOOPBACK)
150 IF_AFDATA_RLOCK(llt->llt_ifp);
151 error = lltable_foreach_lle(llt,
164 struct lltable *llt; local
369 struct lltable *llt; local
486 struct lltable *llt; local
510 struct lltable *llt; local
525 struct lltable *llt; local
607 struct lltable *llt; local
637 struct lltable *llt; local
908 struct lltable *llt; local
    [all...]
  /src/sys/netinet/
in.c 2069 in_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2074 KASSERT(llt != NULL);
2172 in_lltable_find_dst(struct lltable *llt, struct in_addr dst)
2178 hashidx = in_lltable_hash_dst(dst, llt->llt_hsize);
2179 lleh = &llt->lle_head[hashidx];
2191 in_lltable_delete(struct lltable *llt, u_int flags,
2195 struct ifnet *ifp __diagused = llt->llt_ifp;
2202 lle = in_lltable_find_dst(llt, sin->sin_addr);
2228 in_lltable_create(struct lltable *llt, u_int flags, const struct sockaddr *l3addr,
2232 struct ifnet *ifp = llt->llt_ifp
2440 struct lltable *llt; local
    [all...]
  /src/sys/netinet6/
in6.c 2430 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2493 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst)
2499 hashidx = in6_lltable_hash_dst(dst, llt->llt_hsize);
2500 lleh = &llt->lle_head[hashidx];
2512 in6_lltable_delete(struct lltable *llt, u_int flags,
2518 IF_AFDATA_WLOCK_ASSERT(llt->llt_ifp);
2522 lle = in6_lltable_find_dst(llt, &sin6->sin6_addr);
2549 in6_lltable_create(struct lltable *llt, u_int flags,
2553 struct ifnet *ifp = llt->llt_ifp;
2560 lle = in6_lltable_find_dst(llt, &sin6->sin6_addr)
2636 struct lltable *llt; local
    [all...]

Completed in 34 milliseconds