Searched refs:_bind (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | eap_fast.c | 597 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/ |
| HD | svc_generic.c | 240 if (_bind(fd, (struct sockaddr *)(void *)&ss, in svc_tli_create() 249 if (_bind(fd, in svc_tli_create()
|
| HD | bindresvport.c | 136 error = _bind(sd, sa, salen); in bindresvport_sa()
|
| HD | rpc_soc.c | 500 if (_bind(sock, sa, addrlen) < 0) in svcunix_create()
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 1314 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/ |
| HD | namespace.h | 56 #define bind _bind
|
| /NextBSD/lib/libc/net/ |
| HD | rcmd.c | 354 if (_bind(s, (struct sockaddr *)&sin, sizeof(sin)) >= 0) in rresvport_af()
|
| /NextBSD/lib/libc/sys/ |
| HD | Symbol.map | 549 _bind;
|
| /NextBSD/lib/libc/yp/ |
| HD | yplib.c | 542 _bind(ysd->dom_socket, (struct sockaddr *)&check, checklen); in _yp_dobind()
|