Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h91 int32_t Ipv4AddrToAddrIn(SoftBusSockAddrIn *addrIn, const char *ip, uint16_t port);
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c175 rc = Ipv4AddrToAddrIn(&addrIn, localIP, port); in BindLocalIP()
269 rc = Ipv4AddrToAddrIn(&addrIn, option->socketOption.addr, (uint16_t)option->socketOption.port); in SocketConnect()
H A Dsoftbus_socket.c364 ret = Ipv4AddrToAddrIn(&addrIn, "0.0.0.0", 0); in ConnPreAssignPortBind()
468 int32_t Ipv4AddrToAddrIn(SoftBusSockAddrIn *addrIn, const char *ip, uint16_t port) in Ipv4AddrToAddrIn() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c51 int32_t ret = Ipv4AddrToAddrIn(&addr, ip, port); in CreateServerSocketByIpv4()