Searched refs:to_addr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dspx.c121 int to_addr=0, from_addr=0; variable
214 int from_addr=0, to_addr=0, myhostlen, j; local
261 address[0] = ((to_addr & 0xff000000) >> 24);
262 address[1] = ((to_addr & 0xff0000) >> 16);
263 address[2] = ((to_addr & 0xff00) >> 8);
264 address[3] = (to_addr & 0xff);
367 address[0] = ((to_addr & 0xff000000) >> 24);
368 address[1] = ((to_addr & 0xff0000) >> 16);
369 address[2] = ((to_addr & 0xff00) >> 8);
370 address[3] = (to_addr
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dinsdel.c652 copy_text (from_addr, to_addr, nbytes,
655 unsigned char *to_addr;
661 bcopy (from_addr, to_addr, nbytes);
687 *to_addr++ = c;
696 unsigned char *initial_to_addr = to_addr;
706 to_addr += CHAR_STRING (c, to_addr);
711 *to_addr++ = c, nbytes--;
713 return to_addr - initial_to_addr;
/macosx-10.10.1/autofs-246/automountd/
H A Dnfs_cast.c147 struct sockaddr_storage to_addr; local
353 to = (struct sockaddr *)&to_addr;
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dsmtp.rb638 # +to_addr+ is a String or Strings or Array of Strings, representing
687 # +to_addr+ is a String or Strings or Array of Strings, representing
859 def rcptto(to_addr)
861 raise SecurityError, 'tainted to_addr' if to_addr.tainted?
863 getok("RCPT TO:<#{to_addr}>")
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dsocket.c204 SOCKADDR_STORAGE to_addr; /* UDP send/recv address */ member in struct:msghdr
678 Flags, (SOCKADDR *)&messagehdr->to_addr,
954 memcpy(&msg->to_addr, &dev->address.type, dev->address.length);
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dsocket.c204 SOCKADDR_STORAGE to_addr; /* UDP send/recv address */ member in struct:msghdr
678 Flags, (SOCKADDR *)&messagehdr->to_addr,
925 memcpy(&msg->to_addr, &dev->address.type, dev->address.length);

Completed in 129 milliseconds