Annotation of 43BSD/contrib/xns/examples/ch/retrieveaddr.c, revision 1.1

1.1     ! root        1: #include <xnscourier/Clearinghouse2.h>
        !             2: 
        !             3: Clearinghouse2_RetrieveAddressesResults
        !             4: Clearinghouse2_RetrieveAddresses()
        !             5: {
        !             6:        static Clearinghouse2_NetworkAddress ouraddr;
        !             7:        static Clearinghouse2_RetrieveAddressesResults result =
        !             8:                {1, &ouraddr};
        !             9: 
        !            10:        ouraddr.network[0] = 0;
        !            11:        ouraddr.network[1] = 2272;
        !            12:        ouraddr.host[0] = 0x702;
        !            13:        ouraddr.host[1] = 0x1;
        !            14:        ouraddr.host[2] = 0x4501;
        !            15:        ouraddr.socket = 0;
        !            16:        return(result);
        !            17: }

unix.superglobalmegacorp.com

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