Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dinetndk.cpp107 struct in_addr inp; in InetMakeaddr() local
108 inp.s_addr = valueZero; in InetMakeaddr()
109 struct in_addr new_inp = inet_makeaddr(inet_netof(inp), inet_lnaof(inp)); in InetMakeaddr()
122 struct in_addr inp; in InetNetof() local
123 inp.s_addr = valueZero; in InetNetof()
124 in_addr_t addr = inet_netof(inp); in InetNetof()
157 struct in_addr inp; in InetNtoa() local
158 inp.s_addr = valueZero; in InetNtoa()
159 char *ret = inet_ntoa(inp); in InetNtoa()
172 struct in_addr inp; in InetNtop() local
[all …]