Searched refs:bind (Results 1 - 6 of 6) sorted by relevance

/sendmail/devtools/bin/
H A Dconfigure.sh123 bind|resolv)
/sendmail/libsm/
H A Dmpeix.c80 ** SENDMAIL_MPE_BIND -- shadow function for the standard socket bind()
94 #undef bind macro
117 result = bind(sd, addr, addrlen);
124 return bind(sd, addr, addrlen);
/sendmail/sendmail/
H A Dcontrol.c105 if (bind(ControlSocket, (struct sockaddr *) &controladdr,
H A Ddaemon.c1201 if (bind(d->d_socket, &d->d_addr.sa, socksize) < 0)
1205 syserr("opendaemonsocket: daemon %s: cannot bind",
2632 if (bind(s, &clt_addr.sa, socksize) < 0)
2637 syserr("makeconnection: cannot bind socket [%s]",
3608 if (bind(s, &la.sa, lalen) < 0 ||
/sendmail/libmilter/
H A Dlistener.c514 if (bind(sock, &addr.sa, L_socksize) < 0)
517 "%s: Unable to bind to port %s: %s",
/sendmail/include/sm/
H A Dconf.h1876 # define bind sendmail_mpe_bind macro

Completed in 67 milliseconds