HomeSort by relevance Sort by last modified time
    Searched defs:IPAddr (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 7 // IPAddr represents the address of an IP end point.
8 type IPAddr struct {
14 func (a *IPAddr) Network() string { return "ip" }
16 func (a *IPAddr) String() string {
27 func (a *IPAddr) isWildcard() bool {
34 func (a *IPAddr) opAddr() Addr {
44 func ResolveIPAddr(net, addr string) (*IPAddr, error) {
61 return addrs.first(isIPv4).(*IPAddr), nil
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 7 // IPAddr represents the address of an IP end point.
8 type IPAddr struct {
14 func (a *IPAddr) Network() string { return "ip" }
16 func (a *IPAddr) String() string {
27 func (a *IPAddr) isWildcard() bool {
34 func (a *IPAddr) opAddr() Addr {
44 func ResolveIPAddr(net, addr string) (*IPAddr, error) {
61 return addrs.first(isIPv4).(*IPAddr), nil
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
pfhook.h 35 typedef ULONG IPAddr;
51 IN IPAddr RecvLinkNextHop,
52 IN IPAddr SendLinkNextHop);
  /prebuilts/go/darwin-x86/test/
escape_slice.go 135 type IPAddr struct {
143 addr *IPAddr
148 {"ip", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
149 {"ip4", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
150 {"ip4:icmp", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
158 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
162 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
  /prebuilts/go/linux-x86/test/
escape_slice.go 135 type IPAddr struct {
143 addr *IPAddr
148 {"ip", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
149 {"ip4", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
150 {"ip4:icmp", "127.0.0.1", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
158 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
162 &IPAddr{IP: IPv4(127, 0, 0, 1)}, // ERROR "&IPAddr literal escapes to heap"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 26 #undef IPAddr
27 #define IPAddr IPAddr_IPV6INCOMPATIBLE
ipexport.h 9 typedef ULONG IPAddr;
38 IPAddr Address;
49 IPAddr Address;
60 IPAddr DestAddress;
61 IPAddr SrcAddress;
83 IPAddr Address[1];
ntddndis.h     [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]

Completed in 2466 milliseconds