Home
last modified time | relevance | path

Searched refs:bindaddr (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Dsvc_generic.c182 svc_tli_create(fd, nconf, bindaddr, sendsz, recvsz) in svc_tli_create() argument
185 const struct t_bind *bindaddr; /* Local bind address */
224 if (bindaddr == NULL) {
238 (struct sockaddr *)bindaddr->addr.buf,
244 listen(fd, (int)bindaddr->qlen);
H A Drpc_soc.c99 struct netbuf bindaddr; local
130 bindaddr.maxlen = bindaddr.len = sizeof (struct sockaddr_in);
131 bindaddr.buf = raddr;
134 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers,
/reactos/drivers/network/tcpip/ip/transport/tcp/
H A Dtcp.c309 ip_addr_t bindaddr, connaddr; in TCPConnect() local
351 bindaddr.addr = NCE->Interface->Unicast.Address.IPv4Address; in TCPConnect()
355 bindaddr.addr = Connection->AddressFile->Address.Address.IPv4Address; in TCPConnect()
359 &bindaddr, in TCPConnect()
369 Connection->AddressFile->Address.Address.IPv4Address = bindaddr.addr; in TCPConnect()
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A DPPPD_FOLLOWUP251 2013-05-11 - plugins/radius: Handle bindaddr keyword in radiusclient.conf