File:  [CSRG BSD Unix] / 43BSD / contrib / xns / examples / ch / retrieveaddr.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#include <xnscourier/Clearinghouse2.h>

Clearinghouse2_RetrieveAddressesResults
Clearinghouse2_RetrieveAddresses()
{
	static Clearinghouse2_NetworkAddress ouraddr;
	static Clearinghouse2_RetrieveAddressesResults result =
		{1, &ouraddr};

	ouraddr.network[0] = 0;
	ouraddr.network[1] = 2272;
	ouraddr.host[0] = 0x702;
	ouraddr.host[1] = 0x1;
	ouraddr.host[2] = 0x4501;
	ouraddr.socket = 0;
	return(result);
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.