Searched defs:NetAddress (Results 1 – 4 of 4) sorted by relevance
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | rtmv2.h | 45 #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
|
| D | iads.h | 353 typedef class NetAddress NetAddress; typedef 355 typedef struct NetAddress NetAddress; typedef 5955 class NetAddress; variable
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_net_socket.js | 30 const NetAddress = { variable
|
| /third_party/jsframework/runtime/main/extend/systemplugin/ |
| D | net.js | 348 const NetAddress = { variable
|