Searched refs:_bind (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/wpa/src/eap_peer/ |
| H A D | eap_fast.c | 617 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument 621 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding() 623 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding() 625 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding() 627 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding() 633 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding() 634 _bind->subtype); in eap_fast_validate_crypto_binding() 653 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce)); in eap_fast_write_crypto_binding() 786 _bind->compound_mac); in eap_fast_process_crypto_binding() 791 _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding() [all …]
|
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | svc_generic.c | 241 if (_bind(fd, (struct sockaddr *)(void *)&ss, in svc_tli_create() 250 if (_bind(fd, in svc_tli_create()
|
| H A D | bindresvport.c | 135 error = _bind(sd, sa, salen); in bindresvport_sa()
|
| H A D | rpc_soc.c | 499 if (_bind(sock, sa, addrlen) < 0) in svcunix_create()
|
| /freebsd-14.2/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 1314 PROTOTYPE._bind = function(targets, events, method, suffix, context) { function in PROTOTYPE 1402 this._bind(documentTarget, ['mouseout', 'blur'], function(event) { 1419 this._bind(hideTarget, 'mouseleave', function() { 1442 this._bind(showTarget, 'qtip-'+this.id+'-inactive', inactiveMethod); 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) { 1493 this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) { 1499 this._bind(documentTarget, 'mousemove', function(event) { [all …]
|
| /freebsd-14.2/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 985 _bind) 1229 _bind, _skip_in, _skip_out) 1240 if ((_bind = get(opstream, p_pending_bind)) != null) { 1241 if (srom_opbind_append(_bind, segment, _skip_out)) 1267 _bind = srom_opbind_new(segment, _skip_in, _skip_out) 1268 set(opstream, p_pending_bind, _bind) 1370 if ((_bind = get(opstream, p_pending_bind)) == null) 1396 if (allow_implicit && srom_opbind_is_implicit_encodable(_bind)) { 1398 _srom_ops_apply_bind_offset(opstream, _bind) 1400 _srom_ops_emit_bind(opstream, _bind) [all …]
|
| /freebsd-14.2/lib/libc/include/ |
| H A D | namespace.h | 56 #define bind _bind
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | Symbol.map | 517 _bind;
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | rcmd.c | 353 if (_bind(s, (struct sockaddr *)&sin, sizeof(sin)) >= 0) in rresvport_af()
|
| /freebsd-14.2/lib/libc/yp/ |
| H A D | yplib.c | 536 _bind(ysd->dom_socket, (struct sockaddr *)&check, checklen); in _yp_dobind()
|