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

  /prebuilts/go/darwin-x86/src/net/
fd_unix.go 54 func (fd *netFD) setAddr(laddr, raddr Addr) {
454 netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
fd_windows.go 331 func (fd *netFD) setAddr(laddr, raddr Addr) {
654 netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
  /prebuilts/go/linux-x86/src/net/
fd_unix.go 54 func (fd *netFD) setAddr(laddr, raddr Addr) {
454 netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
fd_windows.go 331 func (fd *netFD) setAddr(laddr, raddr Addr) {
654 netfd.setAddr(netfd.addrFunc()(lsa), netfd.addrFunc()(rsa))
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 138 byte setAddr( byte oldaddr, byte ep, byte newaddr, unsigned int nak_limit = USB_NAK_LIMIT );
173 inline byte USB::setAddr( byte oldaddr, byte ep, byte newaddr, unsigned int nak_limit ) {
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 124 void setAddr(uint64_t addr) { m_Addr = addr; }
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 236 void setAddr(byte addr[]) {
243 setAddr(addr);
255 setAddr(addr);
    [all...]

Completed in 467 milliseconds