Home
last modified time | relevance | path

Searched refs:_bind (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/wpa/src/eap_peer/
HDeap_fast.c597 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument
601 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding()
603 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding()
605 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding()
607 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
608 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
609 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding()
613 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding()
614 _bind->subtype); in eap_fast_validate_crypto_binding()
624 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument
[all …]
/NextBSD/lib/libc/rpc/
HDsvc_generic.c240 if (_bind(fd, (struct sockaddr *)(void *)&ss, in svc_tli_create()
249 if (_bind(fd, in svc_tli_create()
HDbindresvport.c136 error = _bind(sd, sa, salen); in bindresvport_sa()
HDrpc_soc.c500 if (_bind(sock, sa, addrlen) < 0) in svcunix_create()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.qtip.js1314 PROTOTYPE._bind = function(targets, events, method, suffix, context) { function
1402 this._bind(documentTarget, ['mouseout', 'blur'], function(event) {
1419 this._bind(hideTarget, 'mouseleave', function() {
1426 this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) {
1442 this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod);
1445 this._bind(hideTarget.add(tooltip), QTIP.inactiveEvents, inactiveMethod, '-inactive');
1461 this._bind(showTarget, showEvents, showMethod);
1462 this._bind(hideTarget, hideEvents, hideMethod);
1463 this._bind(showTarget, toggleEvents, function(event) {
1469 this._bind(showTarget.add(tooltip), 'mousemove', function(event) {
[all …]
/NextBSD/lib/libc/include/
HDnamespace.h56 #define bind _bind
/NextBSD/lib/libc/net/
HDrcmd.c354 if (_bind(s, (struct sockaddr *)&sin, sizeof(sin)) >= 0) in rresvport_af()
/NextBSD/lib/libc/sys/
HDSymbol.map549 _bind;
/NextBSD/lib/libc/yp/
HDyplib.c542 _bind(ysd->dom_socket, (struct sockaddr *)&check, checklen); in _yp_dobind()