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

/illumos-gate/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((char *)&smushaddr, (char *)marshal, sizeof(smushaddr));
66 marshal += sizeof(smushaddr);
81 *adr = (krb5_int32) smushaddr;
H A Dfull_ipadr.c40 unsigned long smushaddr = (unsigned long) adr; /* already in net order */ local
52 retaddr->length = sizeof(smushaddr)+ sizeof(smushport) +
65 templength = htonl(sizeof(smushaddr));
69 (void) memcpy((char *)marshal, (char *)&smushaddr, sizeof(smushaddr));
70 marshal += sizeof(smushaddr);

Completed in 57 milliseconds