Home
last modified time | relevance | path

Searched refs:assoc (Results 1 – 25 of 86) sorted by relevance

1234

/NextBSD/sys/netinet/libalias/
HDalias_sctp.c105 static void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int directi…
106 static int Add_Global_Address_to_List(struct sctp_nat_assoc *assoc, struct sctp_GlobalAddress *G_…
107 static void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int directio…
112 struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc);
115 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
117 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
119 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
121 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
123 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
125 struct sctp_nat_assoc *assoc, int sndrply, int direction);
[all …]
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-l2c.c366 uint64_t assoc = cvmx_l2c_get_num_assoc(); in cvmx_l2c_lock_line() local
386 for (way = 0; way < assoc; way++) { in cvmx_l2c_lock_line()
399 if (way >= assoc) { in cvmx_l2c_lock_line()
496 uint64_t assoc, set; in cvmx_l2c_flush() local
508 for (assoc = 0; assoc < n_assoc; assoc++) { in cvmx_l2c_flush()
510 (assoc << assoc_shift) | (set << set_shift)); in cvmx_l2c_flush()
516 for (assoc = 0; assoc < n_assoc; assoc++) in cvmx_l2c_flush()
517 cvmx_l2c_flush_line(assoc, set); in cvmx_l2c_flush()
526 int assoc; in cvmx_l2c_unlock_line() local
539 for (assoc = 0; assoc < cvmx_l2c_get_num_assoc(); assoc++) { in cvmx_l2c_unlock_line()
[all …]
/NextBSD/contrib/wpa/wpa_supplicant/
HDwpa_priv.c254 struct privsep_cmd_associate *assoc; in wpa_priv_cmd_associate() local
261 if (len < sizeof(*assoc)) { in wpa_priv_cmd_associate()
266 assoc = buf; in wpa_priv_cmd_associate()
267 if (sizeof(*assoc) + assoc->wpa_ie_len > len) { in wpa_priv_cmd_associate()
273 bssid = assoc->bssid; in wpa_priv_cmd_associate()
276 params.ssid = assoc->ssid; in wpa_priv_cmd_associate()
277 if (assoc->ssid_len > SSID_MAX_LEN) in wpa_priv_cmd_associate()
279 params.ssid_len = assoc->ssid_len; in wpa_priv_cmd_associate()
280 params.freq.mode = assoc->hwmode; in wpa_priv_cmd_associate()
281 params.freq.freq = assoc->freq; in wpa_priv_cmd_associate()
[all …]
/NextBSD/sys/dev/iwi/
HDif_iwi.c1385 struct iwi_notif_association *assoc; in iwi_notification_intr() local
1468 assoc = (struct iwi_notif_association *)(notif + 1); in iwi_notification_intr()
1469 switch (assoc->state) { in iwi_notification_intr()
1478 (const struct ieee80211_frame *)(assoc+1), in iwi_notification_intr()
1479 le16toh(notif->len) - sizeof(*assoc) - 1); in iwi_notification_intr()
1501 "unknown association state %u\n", assoc->state); in iwi_notification_intr()
2806 struct iwi_associate *assoc = &sc->assoc; in iwi_auth_and_assoc() local
2892 memset(assoc, 0, sizeof *assoc); in iwi_auth_and_assoc()
2897 assoc->policy |= htole16(IWI_POLICY_WME); in iwi_auth_and_assoc()
2914 assoc->mode = mode; in iwi_auth_and_assoc()
[all …]
/NextBSD/tools/tools/net80211/w00t/
HDREADME11 assoc A wifi client.
25 assoc:
33 ./assoc -s w00t -t tap0
39 The same as assoc, but acts as an access point. Example:
HDMakefile3 SUBDIR= libw00t ap assoc expand prga redir
/NextBSD/contrib/ntp/ntpd/
HDntp_peer.c357 associd_t assoc in findpeerbyassoc() argument
364 hash = assoc & NTP_HASH_MASK; in findpeerbyassoc()
366 if (assoc == p->associd) in findpeerbyassoc()
1053 associd_t assoc; in peer_cleanup() local
1055 for (assoc = initial_association_ID; assoc != current_association_ID; assoc++) { in peer_cleanup()
1056 if (assoc != 0U) { in peer_cleanup()
1057 peer = findpeerbyassoc(assoc); in peer_cleanup()
/NextBSD/sys/netinet/
HDsctp_dtrace_define.h141 SDT_PROBE_DEFINE4(sctp, rwnd, assoc, val,
166 SDT_PROBE_DEFINE4(sctp, flightsize, assoc, val,
HDsctp_dtrace_declare.h66 SDT_PROBE_DECLARE(sctp, rwnd, assoc, val);
72 SDT_PROBE_DECLARE(sctp, flightsize, assoc, val);
/NextBSD/tools/tools/net80211/scripts/
HDsetup.wdsrelay21 wlandebug -i $WLAN_AP state+assoc+wds+11n
25 wlandebug -i $WLAN_STA state+assoc+auth+wds+scan+11n
HDsetup.simple216 wlandebug -i $WLAN state+scan+assoc
23 wlandebug -i $WLAN state+scan+assoc
HDsetup.mixed40 wlandebug -i $WPA_WLAN state+assoc+11n
47 wlandebug -i $OPEN_WLAN state+assoc+11n
/NextBSD/contrib/netbsd-tests/lib/libc/regex/data/att/
HDleftassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-none : 2002-04-29
HDrightassoc.dat1 NOTE left-assoc:pass-none right-assoc:pass-all : 2002-04-29
HDforcedassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-all : 2002-04-29
/NextBSD/contrib/libstdc++/
DChangeLog-2006836 * testsuite/util/performance/assoc/mem_usage/
838 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
871 * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp
872 * testsuite/util/performance/assoc/mem_usage/erase_test.hpp
886 * testsuite/util/regression/trait/assoc/trait.hpp: Same.
889 * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
890 * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
891 * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
895 * testsuite/util/performance/assoc/timing/
1173 * testsuite/util/regression/rand/assoc/detail/
[all …]
/NextBSD/sys/fs/cd9660/
HDcd9660_util.c180 isofntrans(infn, infnlen, outfn, outfnlen, original, assoc, joliet_level, flags, handle) in isofntrans() argument
186 int assoc;
195 if (assoc) {
HDcd9660_lookup.c133 int assoc, len; local
158 if ((assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR)))
240 if (!(isoflags & 4) == !assoc) {
/NextBSD/gnu/usr.bin/rcs/lib/
HDrcssyn.c195 struct assoc * Symbols;
230 struct assoc * newassoc; in getadmin()
234 struct assoc **LastSymbol; in getadmin()
284 newassoc = ftalloc(struct assoc); in getadmin()
/NextBSD/contrib/byacc/
HDmkpar.c99 temp->assoc = symbol_assoc[symbol]; in get_shifts()
160 temp->assoc = rassoc[ruleno]; in add_reduce()
270 else if (pref->assoc == LEFT) in remove_conflicts()
275 else if (pref->assoc == RIGHT) in remove_conflicts()
HDreader.c1275 declare_tokens(int assoc) in declare_tokens() argument
1282 if (assoc != TOKEN) in declare_tokens()
1316 if (assoc != TOKEN) in declare_tokens()
1320 bp->assoc = (Assoc_t) assoc; in declare_tokens()
1347 declare_expect(int assoc) in declare_expect() argument
1351 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect()
1366 if (assoc == EXPECT) in declare_expect()
2904 rassoc[nrules] = bp->assoc; in mark_symbol()
3184 symbol_assoc[i] = v[i]->assoc; in pack_symbols()
3209 symbol_assoc[k] = v[i]->assoc; in pack_symbols()
[all …]
/NextBSD/contrib/gdb/gdb/
HDexpprint.c73 int assoc = 0; in print_subexp_standard() local
86 assoc = 0; in print_subexp_standard()
410 assoc = 1; in print_subexp_standard()
477 assoc = op_print_tab[tem].right_assoc; in print_subexp_standard()
492 if (assoc) in print_subexp_standard()
516 (enum precedence) ((int) myprec + assoc)); in print_subexp_standard()
528 (enum precedence) ((int) myprec + !assoc)); in print_subexp_standard()
/NextBSD/contrib/binutils/bfd/
HDformat.c309 const bfd_target * const *assoc = bfd_associated_vector; in bfd_check_format_matches() local
311 while ((right_targ = *assoc++) != NULL) in bfd_check_format_matches()
/NextBSD/tools/tools/net80211/w00t/assoc/
HDMakefile5 PROG= assoc
/NextBSD/tools/tools/net80211/scripts/mesh/
HDcommon13 wlandebug -i $WLAN mesh+hwmp+state+scan+assoc

1234