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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfull_ipadr.c41 unsigned short smushport = (unsigned short) port; /* ditto */ local
52 retaddr->length = sizeof(smushaddr)+ sizeof(smushport) +
76 templength = htonl(sizeof(smushport));
80 (void) memcpy((char *)marshal, (char *)&smushport, sizeof(smushport));
81 marshal += sizeof(smushport);
H A Dport2ip.c40 unsigned short smushport; local
48 if (inaddr->length != sizeof(smushaddr)+ sizeof(smushport) +
75 if (templength != htonl(sizeof(smushport)))
78 (void) memcpy((char *)&smushport, (char *)marshal, sizeof(smushport));
82 *port = (krb5_int16) smushport;

Completed in 55 milliseconds