Searched refs:smushaddr (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dport2ip.c39 unsigned long smushaddr; local
48 if (inaddr->length != sizeof(smushaddr)+ sizeof(smushport) +
61 if (templength != htonl(sizeof(smushaddr)))
64 (void) memcpy(&smushaddr, marshal, sizeof(smushaddr));
66 marshal += sizeof(smushaddr);
81 *adr = (krb5_int32) smushaddr;
H A Dfull_ipadr.c41 unsigned long smushaddr = (unsigned long) adr; /* already in net order */ local
53 retaddr->length = sizeof(smushaddr)+ sizeof(smushport) +
66 templength = htonl(sizeof(smushaddr));
70 (void) memcpy(marshal, &smushaddr, sizeof(smushaddr));
71 marshal += sizeof(smushaddr);

Completed in 15 milliseconds