Searched refs:bindaddr (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | svc_generic.c | 182 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 D | rpc_soc.c | 99 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 D | tcp.c | 309 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 D | PPPD_FOLLOWUP | 251 2013-05-11 - plugins/radius: Handle bindaddr keyword in radiusclient.conf
|