HomeSort by relevance Sort by last modified time
    Searched refs:peer (Results 226 - 250 of 395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]
p2p_supplicant.h 155 void wpas_p2p_remove_client(struct wpa_supplicant *wpa_s, const u8 *peer,
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 197 ECONNRESET Errno = 104 /* Connection reset by peer */
319 ECONNRESET: "Connection reset by peer",
zerrors_windows.go 175 ECONNRESET - APPLICATION_ERROR: "connection reset by peer",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 197 ECONNRESET Errno = 104 /* Connection reset by peer */
319 ECONNRESET: "Connection reset by peer",
zerrors_windows.go 175 ECONNRESET - APPLICATION_ERROR: "connection reset by peer",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 804 def parse229(resp, peer):
821 host = peer[0]
    [all...]
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 283 return nil, errors.New("tls: invalid peer key")
322 return nil, errors.New("tls: invalid peer key")
433 // The peer's key must match the cipher type.
563 // Save the peer key for later.
  /external/python/cpython2/Lib/
ftplib.py 844 def parse229(resp, peer):
861 host = peer[0]
    [all...]
  /external/python/cpython3/Lib/
ftplib.py 857 def parse229(resp, peer):
874 host = peer[0]
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 707 const u8 *peer, u8 *buf, u16 *buf_len)
711 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
drv_callbacks.c 899 sta = ap_get_sta(hapd, rx_auth->peer);
901 sta = ap_sta_add(hapd, rx_auth->peer);
941 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 393 os_memcpy(data.auth.peer, auth->peer, ETH_ALEN);
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 58 return NULL; /* peer does not support SD */
65 /* Use WSD only if the peer indicates support or it */
82 os_memcmp(q->peer, dev->info.p2p_device_addr, ETH_ALEN) ==
282 p2p_dbg(p2p, "No Listen/Operating frequency known for the peer "
295 " due to it being the first no-ACK peer in this search iteration",
443 * separately for each peer to avoid having to drop old
882 os_memcpy(q->peer, dst, ETH_ALEN);
  /hardware/interfaces/wifi/1.0/
types.hal 621 /** Invalid peer id */
1072 * Ranging is only performed if all other match criteria with the peer are met. Ranging must
1074 * flag to true. Otherwise, if either peer sets this flag to false, ranging must not be performed
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 814 def parse229(resp, peer):
831 host = peer[0]
    [all...]
  /art/runtime/
debugger.cc 2387 mirror::Object* peer = t->GetPeerFromOtherThread(); local
2545 mirror::Object* peer = gRegistry->Get<mirror::Object*>(thread_id, &error); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareStateManager.java 369 + "accept requests from ANY requestor (null peer spec)");
    [all...]
  /external/python/cpython3/Lib/test/
test_smtplib.py 381 # Add the X-Peer header that DebuggingServer adds
382 m['X-Peer'] = socket.gethostbyname('localhost')
404 # Add the X-Peer header that DebuggingServer adds
405 m['X-Peer'] = socket.gethostbyname('localhost')
433 # Add the X-Peer header that DebuggingServer adds
434 m['X-Peer'] = socket.gethostbyname('localhost')
459 # Add the X-Peer header that DebuggingServer adds
460 m['X-Peer'] = socket.gethostbyname('localhost')
488 # Add the X-Peer header that DebuggingServer adds
489 m['X-Peer'] = socket.gethostbyname('localhost'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtplib.py 384 def process_message(self, peer, mailfrom, rcpttos, data):
  /external/ipsec-tools/
setup.c 685 const vchar_t *peer, int remoteid)
  /external/ltp/testcases/lib/
test_net.sh 29 ROD ip li add name ltp_ns_veth1 type veth peer name ltp_ns_veth2

Completed in 995 milliseconds

1 2 3 4 5 6 7 8 91011>>