Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast.c617 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()
628 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
629 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { 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()
644 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument
[all …]
/freebsd/lib/libc/rpc/
H A Dsvc_generic.c237 if (_bind(fd, (struct sockaddr *)(void *)&ss, in svc_tli_create()
246 if (_bind(fd, in svc_tli_create()
H A Dbindresvport.c131 error = _bind(sd, sa, salen); in bindresvport_sa()
H A Drpc_soc.c494 if (_bind(sock, sa, addrlen) < 0) in svcunix_create()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1314 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() {
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 …]
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk985 _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)
1365 function srom_ops_flush_bind(opstream, allow_implicit, _bind, _bind_total)
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)
[all …]
/freebsd/lib/libc/include/
H A Dnamespace.h56 #define bind _bind
/freebsd/lib/libsys/
H A Dsyscalls.map152 _bind;
/freebsd/lib/libc/net/
H A Drcmd.c350 if (_bind(s, (struct sockaddr *)&sin, sizeof(sin)) >= 0) in rresvport_af()
/freebsd/lib/libc/yp/
H A Dyplib.c536 _bind(ysd->dom_socket, (struct sockaddr *)&check, checklen); in _yp_dobind()