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

  /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...]
if_llatbl.h 263 void lltable_link(struct lltable *llt);
282 struct llentry *lltable_create_lle(struct lltable *llt, u_int flags,
284 void lltable_link_entry(struct lltable *llt, struct llentry *lle);
285 void lltable_unlink_entry(struct lltable *llt, struct llentry *lle);
286 void lltable_free_entry(struct lltable *llt, struct llentry *lle);
288 struct ifnet *lltable_get_ifp(const struct lltable *llt);
289 int lltable_get_af(const struct lltable *llt);
292 lltable_get_entry_count(struct lltable *llt)
294 return llt->llt_lle_count;
297 int lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f
    [all...]
  /src/external/bsd/wpa/dist/src/fst/
fst_iface.c 35 if (!i->cfg.llt) {
36 fst_printf_iface(i, MSG_WARNING, "Zero llt adjusted");
37 i->cfg.llt = FST_DEFAULT_LLT_CFG_VALUE;
fst_defs.h 50 le32 llt; member in struct:fst_setup_req
fst.h 221 u32 llt; member in struct:fst_iface_cfg
fst_session.h 28 void fst_session_set_llt(struct fst_session *s, u32 llt);
fst_iface.h 61 return i->cfg.llt;
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...]
fst.c 83 "iface attached to group %s (prio=%d, llt=%d)",
84 cfg->group_id, cfg->priority, cfg->llt);
fst_ctrl_iface.c 898 cfg->llt = FST_DEFAULT_LLT_CFG_VALUE;
907 cfg->llt = val;
  /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...]
nd6.c 793 nd6_purge_entry(struct lltable *llt, struct llentry *ln, void *farg)
821 nd6_gc_neighbors(struct lltable *llt, const struct in6_addr *in6)
825 lltable_get_entry_count(llt) >= ip6_neighborgcthresh) {
831 lltable_foreach_lle(llt, nd6_purge_entry, &gc_args);
  /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/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
mn10300.s 129 llt
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
mn10300.s 129 llt
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4658 conf->fst_cfg.llt = (u32) val;
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c 7446 cfg.llt = wpa_s->conf->fst_llt;

Completed in 85 milliseconds