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

  /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/src/net/
iprawsock.go 30 // IPAddr represents the address of an IP end point.
31 type IPAddr struct {
37 func (a *IPAddr) Network() string { return "ip" }
39 func (a *IPAddr) String() string {
50 func (a *IPAddr) isWildcard() bool {
57 func (a *IPAddr) opAddr() Addr {
70 func ResolveIPAddr(net, addr string) (*IPAddr, error) {
87 return addrs.first(isIPv4).(*IPAddr), nil
103 func (c *IPConn) ReadFromIP(b []byte) (int, *IPAddr, error) {
133 func (c *IPConn) ReadMsgIP(b, oob []byte) (n, oobn, flags int, addr *IPAddr, err error)
    [all...]
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 30 // IPAddr represents the address of an IP end point.
31 type IPAddr struct {
37 func (a *IPAddr) Network() string { return "ip" }
39 func (a *IPAddr) String() string {
50 func (a *IPAddr) isWildcard() bool {
57 func (a *IPAddr) opAddr() Addr {
70 func ResolveIPAddr(net, addr string) (*IPAddr, error) {
87 return addrs.first(isIPv4).(*IPAddr), nil
103 func (c *IPConn) ReadFromIP(b []byte) (int, *IPAddr, error) {
133 func (c *IPConn) ReadMsgIP(b, oob []byte) (n, oobn, flags int, addr *IPAddr, err error)
    [all...]
  /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 904 milliseconds