Searched refs:bind (Results 151 - 175 of 369) sorted by relevance

1234567891011>>

/freebsd-10.3-release/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c89 fprintf(stderr, "-b: bind socket to <laddr>:<lport>\n");
275 ret = bind(s, (struct sockaddr *)&laddr, sizeof(laddr));
277 perror("bind");
/freebsd-10.3-release/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c224 if (bind(listen_fd, (struct sockaddr *)&sin, sizeof(sin)) < 0)
225 err(-1, "bind");
/freebsd-10.3-release/tools/regression/sockets/sigpipe/
H A Dsigpipe.c203 if (bind(listen_sock, (struct sockaddr *)&sin, sizeof(sin)) < 0)
204 err(-1, "tcp_setup: bind");
/freebsd-10.3-release/tools/regression/tmpfs/
H A Dh_tools.c217 error = bind(fd, (struct sockaddr *)&addr, sizeof(addr));
/freebsd-10.3-release/tools/test/netfibs/
H A Dreflect.c240 rc = bind(s, (struct sockaddr *)&sin6, sizeof(sin6));
242 err(EX_OSERR, "bind(%d)", s);
/freebsd-10.3-release/contrib/gcc/
H A Dc-decl.c202 field (see bind()) and also for a handful of special-case checks.
496 bind (tree name, tree decl, struct c_scope *scope, bool invisible, bool nested)
942 bind (DECL_NAME (decl), decl, file_scope,
1000 bind (name, type, current_scope, /*invisible=*/false, /*nested=*/false);
2145 bind (name, x, scope, /*invisible=*/false, /*nested=*/false);
2305 bind (name, b->decl, scope, /*invisible=*/false, /*nested=*/true);
2322 bind (name, x, external_scope, /*invisible=*/true,
2336 bind (name, x, scope, /*invisible=*/false, nested);
2385 bind (name, x, external_scope, /*invisible=*/true, /*nested=*/false);
2389 bind (nam
492 bind (tree name, tree decl, struct c_scope *scope, bool invisible, bool nested) function
4061 tree bind; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h694 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
698 return bind(CGF, ov, CGF.EmitLValue(e));
699 return bind(CGF, ov, CGF.EmitAnyExpr(e));
702 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
710 static OpaqueValueMappingData bind(CodeGenFunction &CGF, function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
763 Data = OpaqueValueMappingData::bind(CGF, e->getOpaqueValue(),
770 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, lvalue)) {
776 : CGF(CGF), Data(OpaqueValueMappingData::bind(CGF, opaqueValue, rvalue)) {
/freebsd-10.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c280 if (bind(tctx->tc_fd, (struct sockaddr *)&sa,
422 if (bind(tctx->tc_fd, (struct sockaddr *)&tctx->tc_sa,
H A Dproto_uds.c179 if (bind(uctx->uc_fd, (struct sockaddr *)&uctx->uc_sun,
/freebsd-10.3-release/contrib/wpa/src/common/
H A Dwpa_ctrl.c109 if (bind(ctrl->s, (struct sockaddr *) &ctrl->local,
276 if (bind(ctrl->s, (struct sockaddr *) &ctrl->local,
/freebsd-10.3-release/contrib/wpa/src/drivers/
H A Ddriver_privsep.c641 if (bind(drv->priv_socket, (struct sockaddr *) &addr, sizeof(addr)) <
643 perror("privsep-set-params priv-sock: bind(PF_UNIX)");
666 if (bind(drv->cmd_socket, (struct sockaddr *) &addr, sizeof(addr)) < 0)
668 perror("privsep-set-params cmd-sock: bind(PF_UNIX)");
H A Ddriver_wired.c234 if (bind(drv->sock, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
235 perror("bind");
297 if (bind(drv->dhcp_sock, (struct sockaddr *) &addr2,
299 perror("bind");
/freebsd-10.3-release/contrib/tcsh/
H A DMakefile.in400 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
404 TCOBJS= tc.alloc.${SUF} tc.bind.${SUF} tc.const.${SUF} tc.defs.${SUF} \
775 sh.set.${SUF} tc.bind.${SUF} tc.os.${SUF} tc.prompt.${SUF} \
791 EDDINC=tc.bind.${SUF} tc.func.${SUF} tc.os.${SUF}
/freebsd-10.3-release/sbin/hastd/
H A Dproto_tcp.c278 if (bind(tctx->tc_fd, (struct sockaddr *)&sa, sa.ss_len) == -1) {
425 if (bind(tctx->tc_fd, (struct sockaddr *)&tctx->tc_sa,
/freebsd-10.3-release/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c315 if (bind(p->str_sock, (struct sockaddr *)&sa, sizeof(sa))) {
321 syslog(LOG_ERR, "bind: %s %m", p->name);
370 if (bind(peer->input.fd, (struct sockaddr *)&sa, sizeof(sa))) {
376 syslog(LOG_ERR, "bind: %s %m", p->name);
/freebsd-10.3-release/usr.sbin/bluetooth/sdpd/
H A Dserver.c97 if (bind(unsock, (struct sockaddr *) &un, sizeof(un)) < 0) {
98 log_crit("Could not bind control socket. %s (%d)",
142 if (bind(l2sock, (struct sockaddr *) &l2, sizeof(l2)) < 0) {
143 log_crit("Could not bind L2CAP socket. %s (%d)",
/freebsd-10.3-release/usr.sbin/lpr/lpd/
H A Dlpd.c207 case 'b': /* set bind-addr */
332 if (bind(funix, (struct sockaddr *)&un, SUN_LEN(&un)) < 0) {
913 if (bind(*s, r->ai_addr, r->ai_addrlen) < 0) {
914 syslog(LOG_DEBUG, "bind(): %m");
926 syslog(LOG_ERR, "Couldn't bind to any socket");
/freebsd-10.3-release/usr.sbin/rpcbind/
H A Drpcbind.c288 * like to bind.
328 * If no hosts were specified, just bind to INADDR_ANY.
405 * If no hosts were specified, just bind to INADDR_ANY
422 if (bind(fd, sa, addrlen) != 0) {
423 syslog(LOG_ERR, "cannot bind %s on %s: %m",
478 if (bind(fd, sa, addrlen) < 0) {
479 syslog(LOG_ERR, "cannot bind %s: %m", nconf->nc_netid);
628 fprintf(stderr, "Error in finding bind status for %s\n",
/freebsd-10.3-release/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h83 * bind() if a non zero port is specified (AF_INET and AF_INET6).
280 isc_result_t (*bind)(isc_socket_t *sock, isc_sockaddr_t *sockaddr, member in struct:isc_socketmethods
1074 * sockets (e.g. socket is tested between bind() and listen(),
/freebsd-10.3-release/crypto/heimdal/appl/test/
H A Dgssapi_server.c318 if (bind (sock, (struct sockaddr *)&my_addr, sizeof(my_addr)) < 0)
319 err (1, "bind");
/freebsd-10.3-release/contrib/wpa/hostapd/
H A Dctrl_iface.c1091 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
1092 wpa_printf(MSG_DEBUG, "ctrl_iface bind(PF_UNIX) failed: %s",
1105 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) <
1107 perror("hostapd-ctrl-iface: bind(PF_UNIX)");
1318 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
1319 wpa_printf(MSG_DEBUG, "ctrl_iface bind(PF_UNIX) failed: %s",
1332 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) <
1334 perror("bind(PF_UNIX)");
/freebsd-10.3-release/contrib/wpa/src/radius/
H A Dradius_das.c294 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
295 perror("bind");
/freebsd-10.3-release/contrib/opie/
H A Dopieauto.c314 if (bind(parents, (struct sockaddr *)&sun, sizeof(struct sockaddr_un)))
315 baile("bind");
/freebsd-10.3-release/contrib/tnftp/
H A Dtnftp.h273 #define AI_PASSIVE 0x00000001 /* get address to use bind() */
474 #define bind Rbind macro
/freebsd-10.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c415 if (bind(s, (struct sockaddr *) &bind_addr,
418 report(LOG_ERR, "bind: %s", get_network_errmsg());

Completed in 293 milliseconds

1234567891011>>