Searched refs:tempaddr (Results 1 - 6 of 6) sorted by path

/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp790 unsigned char tempaddr[kIOFWAddressSize]; local
802 bcopy(hardAddr->getBytesNoCopy(), tempaddr, kIOFWAddressSize);
813 ctr->setHardwareAddress(tempaddr, sizeof(tempaddr));
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp842 unsigned char tempaddr[kIOEthernetAddressSize]; local
853 bcopy(hardAddr->getBytesNoCopy(), tempaddr, kIOEthernetAddressSize);
864 ctr->setHardwareAddress(tempaddr, sizeof(tempaddr));
/macosx-10.10.1/bind9-45.101/bind9/bin/nsupdate/
H A Dnsupdate.c157 static isc_sockaddr_t tempaddr; variable
2368 get_address(serverstr, dnsport, &tempaddr);
2369 serveraddr = &tempaddr;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dconnect.c556 if(conn->tempaddr[tempindex]) {
558 family = conn->tempaddr[tempindex]->ai_family;
559 ai = conn->tempaddr[tempindex]->ai_next;
561 else if(conn->tempaddr[0]) {
563 int firstfamily = conn->tempaddr[0]->ai_family;
569 ai = conn->tempaddr[0]->ai_next;
582 conn->tempaddr[tempindex] = ai;
769 if(i == 0 && conn->tempaddr[1] == NULL &&
781 conn->ip_addr = conn->tempaddr[i];
819 if(conn->tempaddr[
[all...]
H A Durldata.h864 Curl_addrinfo *tempaddr[2]; /* for happy eyeballs */ member in struct:connectdata
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c259 char *tempaddr; local
263 tempaddr = inet_ntoa(from.sin_addr);
264 snprintf(tempchroot, sizeof(tempchroot), "%s/%s", chroot_dir, tempaddr);

Completed in 237 milliseconds