Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/sys/netinet/libalias/
Dalias_sctp.c108 static void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int directi…
109 static int Add_Global_Address_to_List(struct sctp_nat_assoc *assoc, struct sctp_GlobalAddress *G_…
110 static void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int directio…
115 struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc);
118 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
120 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
122 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
124 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
126 struct sctp_nat_assoc *assoc, struct sctp_nat_msg *sm);
128 struct sctp_nat_assoc *assoc, int sndrply, int direction);
[all …]
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-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 …]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dwpa_priv.c297 struct privsep_cmd_associate *assoc; in wpa_priv_cmd_associate() local
304 if (len < sizeof(*assoc)) { in wpa_priv_cmd_associate()
309 assoc = buf; in wpa_priv_cmd_associate()
310 if (sizeof(*assoc) + assoc->wpa_ie_len > len) { in wpa_priv_cmd_associate()
316 bssid = assoc->bssid; in wpa_priv_cmd_associate()
319 params.ssid = assoc->ssid; in wpa_priv_cmd_associate()
320 if (assoc->ssid_len > SSID_MAX_LEN) in wpa_priv_cmd_associate()
322 params.ssid_len = assoc->ssid_len; in wpa_priv_cmd_associate()
323 params.freq.mode = assoc->hwmode; in wpa_priv_cmd_associate()
324 params.freq.freq = assoc->freq; in wpa_priv_cmd_associate()
[all …]
/freebsd-12-stable/sys/dev/iwi/
Dif_iwi.c1397 struct iwi_notif_association *assoc; in iwi_notification_intr() local
1480 assoc = (struct iwi_notif_association *)(notif + 1); in iwi_notification_intr()
1481 switch (assoc->state) { in iwi_notification_intr()
1490 (const struct ieee80211_frame *)(assoc+1), in iwi_notification_intr()
1491 le16toh(notif->len) - sizeof(*assoc) - 1); in iwi_notification_intr()
1513 "unknown association state %u\n", assoc->state); in iwi_notification_intr()
2830 struct iwi_associate *assoc = &sc->assoc; in iwi_auth_and_assoc() local
2905 memset(assoc, 0, sizeof *assoc); in iwi_auth_and_assoc()
2910 assoc->policy |= htole16(IWI_POLICY_WME); in iwi_auth_and_assoc()
2927 assoc->mode = mode; in iwi_auth_and_assoc()
[all …]
/freebsd-12-stable/tools/tools/net80211/w00t/
DREADME11 assoc A wifi client.
25 assoc:
33 ./assoc -s w00t -t tap0
39 The same as assoc, but acts as an access point. Example:
DMakefile3 SUBDIR= libw00t ap assoc expand prga redir
/freebsd-12-stable/tools/tools/net80211/scripts/
Dsetup.wdsrelay21 wlandebug -i $WLAN_AP state+assoc+wds+11n
25 wlandebug -i $WLAN_STA state+assoc+auth+wds+scan+11n
Dsetup.simple216 wlandebug -i $WLAN state+scan+assoc
23 wlandebug -i $WLAN state+scan+assoc
Dsetup.mixed40 wlandebug -i $WPA_WLAN state+assoc+11n
47 wlandebug -i $OPEN_WLAN state+assoc+11n
Dsetup.local14 wlandebug -i $WLAN state+scan+assoc+11n
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_peer.c370 associd_t assoc in findpeerbyassoc() argument
377 hash = assoc & NTP_HASH_MASK; in findpeerbyassoc()
379 if (assoc == p->associd) in findpeerbyassoc()
1107 associd_t assoc; in peer_cleanup() local
1109 for (assoc = initial_association_ID; assoc != current_association_ID; assoc++) { in peer_cleanup()
1110 if (assoc != 0U) { in peer_cleanup()
1111 peer = findpeerbyassoc(assoc); in peer_cleanup()
/freebsd-12-stable/sys/netinet/
Dsctp_kdtrace.c143 SDT_PROBE_DEFINE4(sctp, rwnd, assoc, val,
167 SDT_PROBE_DEFINE4(sctp, flightsize, assoc, val,
Dsctp_kdtrace.h80 SDT_PROBE_DECLARE(sctp, rwnd, assoc, val);
84 SDT_PROBE_DECLARE(sctp, flightsize, assoc, val);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/data/att/
Drightassoc.dat1 NOTE left-assoc:pass-none right-assoc:pass-all : 2002-04-29
Dleftassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-none : 2002-04-29
Dforcedassoc.dat1 NOTE left-assoc:pass-all right-assoc:pass-all : 2002-04-29
/freebsd-12-stable/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 …]
/freebsd-12-stable/sys/fs/cd9660/
Dcd9660_util.c182 isofntrans(infn, infnlen, outfn, outfnlen, original, assoc, joliet_level, flags, handle) in isofntrans() argument
188 int assoc;
197 if (assoc) {
Dcd9660_lookup.c135 int assoc, len; local
160 if ((assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR)))
242 if (!(isoflags & 4) == !assoc) {
/freebsd-12-stable/contrib/byacc/
Dmkpar.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()
Dreader.c1422 declare_tokens(int assoc) in declare_tokens() argument
1429 if (assoc != TOKEN) in declare_tokens()
1463 if (assoc != TOKEN) in declare_tokens()
1467 bp->assoc = (Assoc_t)assoc; in declare_tokens()
1495 declare_expect(int assoc) in declare_expect() argument
1499 if (assoc != EXPECT && assoc != EXPECT_RR) in declare_expect()
1514 if (assoc == EXPECT) in declare_expect()
3197 rassoc[nrules] = bp->assoc; in mark_symbol()
3477 symbol_assoc[i] = v[i]->assoc; in pack_symbols()
3502 symbol_assoc[k] = v[i]->assoc; in pack_symbols()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dexpprint.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()
/freebsd-12-stable/contrib/binutils/bfd/
Dformat.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()
/freebsd-12-stable/tools/tools/net80211/w00t/assoc/
DMakefile5 PROG= assoc
/freebsd-12-stable/tools/tools/net80211/scripts/mesh/
Dcommon13 wlandebug -i $WLAN mesh+hwmp+state+scan+assoc

1234