Searched refs:tempaddr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/network_cmds-433/kdumpd.tproj/
H A Dkdumpd.c257 char *tempaddr; local
261 tempaddr = inet_ntoa(from.sin_addr);
262 snprintf(tempchroot, sizeof(tempchroot), "%s/%s", chroot_dir, tempaddr);
/macosx-10.9.5/IOFireWireIP-226.4/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.9.5/IONetworkingFamily-100/
H A DIOEthernetInterface.cpp842 unsigned char tempaddr[kIOEthernetAddressSize]; local
853 bcopy(hardAddr->getBytesNoCopy(), tempaddr, kIOEthernetAddressSize);
864 ctr->setHardwareAddress(tempaddr, sizeof(tempaddr));
/macosx-10.9.5/bind9-45.100/bind9/bin/nsupdate/
H A Dnsupdate.c157 static isc_sockaddr_t tempaddr; variable
2368 get_address(serverstr, dnsport, &tempaddr);
2369 serveraddr = &tempaddr;

Completed in 96 milliseconds