HomeSort by relevance Sort by last modified time
    Searched refs:_bind (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 582 struct eap_tlv_crypto_binding_tlv *_bind)
586 _bind->version, _bind->received_version, _bind->subtype);
588 _bind->nonce, sizeof(_bind->nonce));
590 _bind->compound_mac, sizeof(_bind->compound_mac));
592 if (_bind->version != EAP_FAST_VERSION ||
593 _bind->received_version != EAP_FAST_VERSION |
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 577 struct eap_tlv_crypto_binding_tlv *_bind)
581 _bind->version, _bind->received_version, _bind->subtype);
583 _bind->nonce, sizeof(_bind->nonce));
585 _bind->compound_mac, sizeof(_bind->compound_mac));
587 if (_bind->version != EAP_FAST_VERSION ||
588 _bind->received_version != EAP_FAST_VERSION |
    [all...]
  /system/bluetooth/tools/
asocket_test.c 138 static int _bind(int fd, int type) { function
404 if (_bind(fd, type) < 0) goto error;
426 if (_bind(fd, type) < 0) goto error;
451 if (_bind(fd, type) < 0) goto error;
504 if (_bind(fd, type) < 0) goto error;
619 if (_bind(fd1, type) < 0) goto error;
653 if (_bind(fd, type) < 0) goto error;
socktest.c 137 static int _bind(int fd, int type) { function
418 if (_bind(fd, type) < 0) goto error;
440 if (_bind(fd, type) < 0) goto error;
465 if (_bind(fd, type) < 0) goto error;
576 if (_bind(fd, type) < 0) goto error;
691 if (_bind(fd1, type) < 0) goto error;
725 if (_bind(fd, type) < 0) goto error;
sock_shutdown_test.c 120 static int _bind(int fd, int type) { function
233 if (_bind(fd, type) < 0) goto error;
  /external/kernel-headers/original/linux/
net.h 275 .bind = __lock_##name##_bind, \

Completed in 90 milliseconds