Searched refs:addr_ret (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/socket/
H A Dsocket_ip.c887 const char *addr_ret; local
911 addr_ret = inet_ntop(AF_INET6, &peer_addr->sin6_addr, addr, sizeof(addr));
912 if (addr_ret == NULL) {
917 peer->addr = talloc_strdup(peer, addr_ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/socket/
H A Dsocket_ip.c887 const char *addr_ret; local
911 addr_ret = inet_ntop(AF_INET6, &peer_addr->sin6_addr, addr, sizeof(addr));
912 if (addr_ret == NULL) {
917 peer->addr = talloc_strdup(peer, addr_ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/socket/
H A Dsocket_ip.c887 const char *addr_ret; local
911 addr_ret = inet_ntop(AF_INET6, &peer_addr->sin6_addr, addr, sizeof(addr));
912 if (addr_ret == NULL) {
917 peer->addr = talloc_strdup(peer, addr_ret);

Completed in 195 milliseconds