Home
last modified time | relevance | path

Searched defs:NetAddress (Results 1 – 4 of 4) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Drtmv2.h45 #define RTM_IPV4_MAKE_NET_ADDRESS(NetAddress,Addr,Len) RTM_IPV4_SET_ADDR_AND_LEN(NetAddress,Addr,Le… argument
51 #define RTM_IPV4_SET_ADDR_AND_LEN(NetAddress,Addr,Len) (NetAddress)->AddressFamily = AF_INET; (NetA… argument
52 #define RTM_IPV4_GET_ADDR_AND_LEN(Addr,Len,NetAddress) (Len) = (NetAddress)->NumBits; (Addr) = (*(U… argument
53 #define RTM_IPV4_SET_ADDR_AND_MASK(NetAddress,Addr,Mask) (NetAddress)->AddressFamily = AF_INET; (*(… argument
54 #define RTM_IPV4_GET_ADDR_AND_MASK(Addr,Mask,NetAddress) (Addr) = (*(ULONG *) ((NetAddress)->AddrBi… argument
Diads.h353 typedef class NetAddress NetAddress; typedef
355 typedef struct NetAddress NetAddress; typedef
5955 class NetAddress; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_socket.js30 const NetAddress = { variable
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js348 const NetAddress = { variable