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

  /src/sys/arch/hppa/include/
cpufunc.h 95 lci(pa_space_t sp, vaddr_t va) { function
99 __asm volatile("lci 0(%%sr1, %1), %0" : "=r" (ret) : "r" (va));
  /src/external/bsd/wpa/dist/src/ap/
neighbor_db.c 50 char lci[2 * 255 + 1]; local
64 lci[0] = '\0';
65 if (nr->lci)
66 wpa_snprintf_hex(lci, sizeof(lci),
67 wpabuf_head(nr->lci),
68 wpabuf_len(nr->lci));
80 nr->lci ? " lci=" : "", lci,
    [all...]
rrm.c 29 wpa_printf(MSG_DEBUG, "RRM: LCI request (token %u) timed out",
39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token);
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len);
176 /* LCI age is calculated in 10th of a second units. */
189 if (send_lci && nr->lci)
190 len += 2 + wpabuf_len(nr->lci);
201 struct wpa_ssid_value *ssid, u8 lci,
230 send_lci = (lci != 0) && hostapd_check_lci_age(nr, lci_max_age);
247 if (send_lci && nr->lci) {
249 wpabuf_put_u8(buf, wpabuf_len(nr->lci));
287 u8 lci = 0, civic = 0; \/* Measurement tokens *\/ local
    [all...]
hostapd.h 154 struct wpabuf *lci; member in struct:hostapd_neighbor_entry
156 /* LCI update time */
ap_config.h 1154 struct wpabuf *lci; member in struct:hostapd_config
  /src/external/mpl/dhcp/dist/keama/
eval.c 2093 struct element *lci; local
2096 lci = mapGet(left, "const-int");
2098 if ((lci == NULL) || (lci->type != ELEMENT_INTEGER) ||
2103 val = ISC_TF(intValue(lci) == intValue(rci));
  /src/sys/arch/x86/x86/
x86_tlb.c 332 struct cpu_info *lci; local
334 for (CPU_INFO_FOREACH(cii, lci)) {
335 const cpuid_t lcid = cpu_index(lci);
337 if (__predict_false(lci == self) ||
342 lci->ci_cpuid, LAPIC_DLMODE_FIXED);
intr.c 523 struct cpu_info *ci, *lci; local
565 for (CPU_INFO_FOREACH(cii, lci)) {
566 if ((lci->ci_schedstate.spc_flags & SPCF_NOINTR) != 0) {
571 ci->ci_nintrhand > lci->ci_nintrhand) {
572 ci = lci;
  /src/sys/net/lagg/
if_lagg_lacp.c 1009 struct lacpdu_collectorinfo *lci; local
1019 .tlv_l = sizeof(*lci)},
1047 lci = tlvlist_lacp[LACP_TLV_COLLECTOR].tlv_v;
1054 lacp_dump_lacpdutlv(pi_actor, pi_partner, lci);
2687 const struct lacpdu_collectorinfo *lci)
2717 if (lci != NULL) {
2718 printf("maxdelay=%d\n", ntohs(lci->lci_maxdelay));
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 3356 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
3405 tmp = os_strstr(buf, "lci=");
3410 lci = wpabuf_parse_bin(tmp + 4);
3411 if (!lci) {
3413 "CTRL: SET_NEIGHBOR: Bad LCI subelement");
3451 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic,
3456 wpabuf_free(lci);
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 346 struct wpabuf *lci; local
349 wpabuf_free(wpa_s->lci);
350 wpa_s->lci = NULL;
354 lci = wpabuf_parse_bin(cmd);
355 if (!lci)
359 wpabuf_free(lci);
363 wpabuf_free(wpa_s->lci);
364 wpa_s->lci = lci;
940 } else if (os_strcasecmp(cmd, "lci") == 0)
10627 char lci[256 * 2 + 1]; local
10707 int ret, lci = 0, civic = 0; local
    [all...]
wpa_supplicant_i.h 1416 * Content of a measurement report element with type 8 (LCI),
1419 struct wpabuf *lci; member in struct:wpa_supplicant
1762 int lci, int civic,
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1657 * lci - Binary data, the content of an LCI report IE with type 8 as
1660 const struct wpabuf *lci; member in struct:wpa_driver_ap_params

Completed in 109 milliseconds