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

  /src/external/bsd/ntp/dist/ntpq/
libntpq.c 366 * associd int requested associaton ID
376 int ntpq_get_assoc_number ( associd_t associd )
381 if (assoc_cache[i].assid == associd)
403 * associd int requested associaton ID
418 associd_t associd,
428 res = doquery(CTL_OP_READVAR, associd, 0, 0, NULL, &rstatus,
437 associd);
522 * associd int requested associaton ID
530 int ntpq_get_assoc_allvars( associd_t associd )
532 return ntpq_get_assoc_peervars ( associd )
708 associd_t associd; local
    [all...]
ntpq-subs.c 116 { "assocID", "", "", "" },
119 { "assocID", "", "", "" },
122 { "assocID", "", "", "" },
125 { "assocID", "varname1", "varname2", "varname3" },
128 { "assocID", "varname1", "varname2", "varname3" },
131 { "assocID", "name=value,[...]", "", "" },
146 { "assocID", "", "", "" },
149 { "assocID", "", "", "" },
152 { "assocID", "name=value[,...]", "", "" },
155 { "assocID", "name=value[,...]", "", "" }
436 associd_t associd; local
782 associd_t associd; local
813 associd_t associd; local
855 associd_t associd; local
895 associd_t associd; local
942 associd_t associd; local
967 associd_t associd; local
4167 associd_t associd; local
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_control.h 21 associd_t associd; /* association ID */ member in struct:ntp_control
ntp_crypto.h 147 u_int32 associd; /* association ID */ member in struct:exten
ntp_request.h 414 associd_t associd; /* association ID */ member in struct:info_peer
950 associd_t associd; /* association ID */ member in struct:info_dns_assoc
ntp.h 266 struct peer *aid_link; /* link pointer in associd hash */
273 associd_t associd; /* association ID */ member in struct:peer
  /src/sys/dev/pci/
if_rtwnreg.h 136 uint16_t associd; member in struct:rtwn_cmd_key
if_iwireg.h 218 uint16_t associd; member in struct:iwi_notif_association
if_wpireg.h 287 uint16_t associd; member in struct:wpi_config
if_iwnreg.h 493 uint16_t associd; member in struct:iwn_rxon
  /src/sys/dev/usb/
if_otusvar.h 160 uint16_t associd; member in struct:otus_cmd_key
if_runvar.h 118 uint16_t associd; member in struct:run_cmd_key
if_athn_usb.h 125 uint16_t associd; member in struct:ar_htc_target_sta
  /src/sys/net80211/
ieee80211_input.c 2783 u_int16_t capinfo, associd; local
2821 associd = le16toh(*(u_int16_t *)frm);
2864 ni->ni_associd = associd;
  /src/sys/dev/ic/
malo.c 182 uint16_t associd; member in struct:malo_cmd_aid
299 uint16_t associd);
2103 malo_cmd_set_aid(struct malo_softc *sc, uint8_t *bssid, uint16_t associd)
2115 body->associd = htole16(associd);
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 80 * | associd |
433 associd_t associd; /* association ID */ local
467 // HMS: Why pkt[1] instead of ep->associd ?
468 associd = (associd_t)ntohl(pkt[1]);
470 DPRINTF(1, ("crypto_recv: flags 0x%x ext offset %d len %u code 0x%x associd %d\n",
472 associd));
487 DPRINTF(1, ("crypto_recv: possible attack detected, associd %d\n",
488 associd));
532 if (peer->assoc != associd) {
540 fp->associd = htonl(peer->associd)
1105 associd_t associd; local
    [all...]

Completed in 54 milliseconds