Searched refs:bind (Results 226 - 250 of 414) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol.c312 if (bind(s->si_fd, (struct sockaddr *)&sun, sizeof(sun)) == -1) {
314 "<%s> bind failed: %s", __func__, s->si_name);
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.c246 error = bind(conn->conn_socket, from_ai->ai_addr,
250 log_err(1, "failed to bind to %s", from_addr);
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_das.c526 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
527 wpa_printf(MSG_INFO, "RADIUS DAS: bind: %s", strerror(errno));
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c417 if (bind(drv->monitor_sock, (struct sockaddr *) &ll, sizeof(ll)) < 0) {
418 wpa_printf(MSG_ERROR, "nl80211: monitor socket bind failed: %s",
H A Ddriver_privsep.c731 if (bind(drv->priv_socket, (struct sockaddr *) &addr, sizeof(addr)) <
734 "privsep-set-params priv-sock: bind(PF_UNIX): %s",
758 if (bind(drv->cmd_socket, (struct sockaddr *) &addr, sizeof(addr)) < 0)
761 "privsep-set-params cmd-sock: bind(PF_UNIX): %s",
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c307 (bind(s, res->ai_addr,
309 _msgout("cannot bind "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp539 std::bind(MonitorShellCommand, shell_info_sp, std::placeholders::_1,
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c218 if (bind(sock->socketdes,
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c420 if (bind(nfd, (struct sockaddr *)&req.ifr_addr,
422 syslog(LOG_ERR, "bind:%m");
423 debug(1, "bind:%s\n", STRERROR(errno));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1115 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
1119 return bind(CGF, ov, CGF.EmitLValue(e));
1120 return bind(CGF, ov, CGF.EmitAnyExpr(e));
1123 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
1131 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
1184 Data = OpaqueValueMappingData::bind(CGF, e->getOpaqueValue(),
1195 Data = OpaqueValueMappingData::bind(CGF, OV, OV->getSourceExpr());
1202 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
1208 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dfunctional_iterate.h452 bind(_Functor __f _GLIBCXX_COMMA _GLIBCXX_PARAMS) function in namespace:std
467 bind(_Functor __f _GLIBCXX_COMMA _GLIBCXX_PARAMS) function in namespace:std
/freebsd-11-stable/contrib/ldns/
H A Dnet.c185 if (from && bind(sockfd, (const struct sockaddr*)from, fromlen) == -1){
385 if (from && bind(sockfd, (const struct sockaddr*)from, fromlen) == -1){
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c462 if (fixed_proxy && bind(s->server_fd, sstosa(&fixed_proxy_ss),
464 logmsg(LOG_CRIT, "#%d cannot bind fixed proxy address: %s",
751 if (bind(listenfd, (struct sockaddr *)res->ai_addr,
753 err(1, "bind failed");
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c328 if ((err = bind(sd, ai->ai_addr, ai->ai_addrlen)) == 0)
370 /* attempt to bind to client address */
374 if ((err = bind(sd, cai->ai_addr, cai->ai_addrlen)) == 0)
379 fetch_info("failed to bind to %s", bindaddr);
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc141 bind.2 \
/freebsd-11-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c861 ret = bind(s, (struct sockaddr *)&sin6, sizeof(sin6));
878 ret = bind(s, (struct sockaddr *)&sin, sizeof(sin));
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c318 if (-1 == bind(sock4, &name.sa,
320 msyslog(LOG_ERR, "open_sockets: bind(sock4) failed: %m");
353 if (-1 == bind(sock6, &name.sa,
355 msyslog(LOG_ERR, "open_sockets: bind(sock6) failed: %m");
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c900 * To bind IEEE1394 address block to process.
924 printf("%s: bind failed\n", __func__);
1906 struct fw_bind *bind; local
1981 bind = fw_bindlookup(rb->fc, fp->mode.rreqq.dest_hi,
1983 if (bind == NULL) {
2039 rb->xfer = STAILQ_FIRST(&bind->xferlist);
2042 "Discard a packet for this bind.\n", __func__);
2045 STAILQ_REMOVE_HEAD(&bind->xferlist, link);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp534 Changed |= berase_if(B, std::bind(SameKindLE,
541 Changed |= berase_if(S, std::bind(SameKindLE,
548 Changed |= berase_if(B, std::bind(SameKindLE,
555 Changed |= berase_if(S, std::bind(SameKindLE,
668 Changed |= berase_if(S, std::bind(NoSubV, V, std::placeholders::_1));
671 Changed |= berase_if(V, std::bind(NoSupV, S, std::placeholders::_1));
711 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1));
712 Changed |= berase_if(WS, std::bind(NoLength, VN, std::placeholders::_1));
745 Changed |= berase_if(AS, std::bind(NoSize, BN, std::placeholders::_1));
746 Changed |= berase_if(BS, std::bind(NoSiz
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c193 gimple_push_bind_expr (tree bind) argument
195 TREE_CHAIN (bind) = gimplify_ctxp->current_bind_expr;
196 gimplify_ctxp->current_bind_expr = bind;
1062 /* Mark variables seen in this bind expr. */
6405 tree tf, x, bind;
6415 bind = build3 (BIND_EXPR, void_type_node, NULL, NULL, NULL);
6416 TREE_SIDE_EFFECTS (bind) = 1;
6419 append_to_statement_list (x, &BIND_EXPR_BODY (bind));
6420 append_to_statement_list (tf, &BIND_EXPR_BODY (bind));
6422 DECL_SAVED_TREE (fndecl) = bind;
6403 tree tf, x, bind; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1200 if (bind(s, data_source,
1989 if (bind(pdata, pasv_addr, socket_sockaddr_size (pasv_addr)) < 0) {
2036 if (bind(pdata, pasv_addr, socket_sockaddr_size (pasv_addr)) < 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1573 u_int bind = GELF_ST_BIND(fsym.st_info); local
1577 dsym.st_info = GELF_ST_INFO(bind == STB_LOCAL ?
1578 STB_GLOBAL : bind, STT_FUNC);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c615 * with bind() before using, otherwise it will fail. We attempt
616 * to issue a bind() here, taking into account that the error
628 /* Well, the user will have to bind() */
631 if (bind(fd, (struct sockaddr *)&ss, sizeof(ss)) < 0 &&
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h353 struct t3_bind_mw_wr bind; member in union:t3_wr
/freebsd-11-stable/sbin/routed/
H A Dmain.c648 int serious) /* 1=failure to bind is serious */
665 if (bind(s, (struct sockaddr *)&rsin, sizeof(rsin)) < 0) {
667 BADERR(errno != EADDRINUSE, "bind(rip_sock)");
765 * since that would let two daemons bind to the broadcast

Completed in 429 milliseconds

1234567891011>>