Searched refs:bind (Results 101 - 125 of 405) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/capsicum-test/
H A Dsyscalls.h94 #define bind_ bind
188 #define bind_ bind
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c252 error = bind(fd, (struct sockaddr *)&addr, SUN_LEN(&addr));
254 error = bind(fd, (struct sockaddr *)&addr, sizeof(addr));
/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c99 /* Create socket and bind it */
130 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0)
131 err(2, "Could not bind socket, node=%s", node);
304 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0)
305 err(10, "Could not bind socket");
/freebsd-13-stable/usr.sbin/nfscbd/
H A Dnfscbd.c230 ret = bind(sock, (struct sockaddr *)&inetaddr, sizeof(inetaddr));
231 /* If bind() fails, this is a restart, so just skip UDP. */
269 if (bind(tcpsock,
271 syslog(LOG_ERR, "can't bind tcp addr");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h117 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) { function in struct:llvm::MIPatternMatch::bind_helper
124 static bool bind(const MachineRegisterInfo &MRI, MachineInstr *&MI, function in struct:llvm::MIPatternMatch::bind_helper
134 static bool bind(const MachineRegisterInfo &MRI, LLT Ty, Register Reg) { function in struct:llvm::MIPatternMatch::bind_helper
143 static bool bind(const MachineRegisterInfo &MRI, const ConstantFP *&F, function in struct:llvm::MIPatternMatch::bind_helper
158 return bind_helper<Class>::bind(MRI, VR, V);
/freebsd-13-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk215 # SROM pending bind operation
813 # Assert that callers correctly flushed any pending bind before
816 errorx("can't set relative offset with a pending bind")
900 # Flush any pending bind for the previous variable
990 # Flush any pending bind before adjusting the offset
1070 # value, false if the skip values exceed the limits of the bind opcode
1078 # value, false if the skip values exceed the limits of the bind opcode
1086 # values, false if the skip values exceed the limits of the bind opcode
1131 # Try to coalesce a BIND for the given segment with an existing bind request,
1134 function srom_opbind_append(bind, segmen
[all...]
/freebsd-13-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c216 cause = f == bind ? "bind" : "connect";
219 if ((f == bind || f == connector) && addmc(s, ai, bug) == -1) {
320 s = getsocket(host, port, bind, &slen, bug);
/freebsd-13-stable/tools/sched/
H A Dschedgraph.py291 self.bind("<Control-w>", self.destroycb)
380 self.bind("<Control-w>", self.destroycb)
498 self.bind("<Control-w>", self.destroycb)
543 self.bind("<Destroy>", self.destroycb)
544 self.bind("<Control-w>", self.destroycb)
578 r.bind("<Button-1>", self.linkpress)
1153 self.bind("<Button-1>", self.master.mousepress);
1154 self.bind("<Button-3>", self.master.mousepressright);
1155 self.bind("<ButtonRelease-1>", self.master.mouserelease);
1156 self.bind("<B
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp113 // Only bind to the loopback address if we are expecting a connection from
120 error.SetErrorString("Failed to get hostspec to bind for");
126 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp104 if (::bind(GetNativeSocket(), (struct sockaddr *)&saddr_un, saddr_un_len) ==
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dnt_gss_server.c175 if (bind (sock, (struct sockaddr *)&my_addr, sizeof(my_addr)) < 0)
176 err (1, "bind");
H A Duu_server.c194 if (bind (sock, (struct sockaddr *)&my_addr, sizeof(my_addr)) < 0)
195 err (1, "bind");
/freebsd-13-stable/lib/libcasper/services/cap_net/
H A Dcap_net.h99 bind(s, addr, addrlen)
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h54 int bind(int, struct sockaddr *, int);
/freebsd-13-stable/contrib/blacklist/test/
H A Dsrvtest.c128 if (bind(sfd, (const void *)&ss, slen) == -1)
129 err(1, "bind");
/freebsd-13-stable/contrib/kyua/store/
H A Dmigrate.cpp175 start_time_stmt.bind(":action_id", action_id);
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_testutils.c114 if (bind(sock, (struct sockaddr*)&my_addr, sizeof(my_addr)) < 0) {
116 tt_abort_perror("bind");
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h54 int bind(int, struct sockaddr *, int);
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Dcommon.h47 #define rs_bind(s,a,l) use_rs ? rbind(s,a,l) : bind(s,a,l)
/freebsd-13-stable/contrib/pjdfstest/tests/
H A Dmisc.sh309 expect 0 bind ${name}
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c114 if (bind(sock, (struct sockaddr*)&my_addr, sizeof(my_addr)) < 0) {
116 tt_abort_perror("bind");
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c72 if (bind(s, (const struct sockaddr *)sin, len) == -1)
73 ERR("bind");
H A Dt_tcp.c94 ok = bind(srvr, (const struct sockaddr *)&sin, (socklen_t)sizeof(sin));
96 FAIL("bind");
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dmini_inetd.c115 if (rk_IS_SOCKET_ERROR(bind (fds[i], a->ai_addr, a->ai_addrlen))) {
116 warn ("bind af = %d", a->ai_family);
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Db_sock2.c131 * BIO_bind - bind socket to address
133 * @addr: local address to bind to
172 if (bind(sock, BIO_ADDR_sockaddr(addr), BIO_ADDR_sockaddr_size(addr)) != 0) {
184 * @addr: local address to bind to
208 * and IPv4 addresses and that then trying to bind to the IPv4 address will

Completed in 186 milliseconds

1234567891011>>