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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfull_ipadr.c42 unsigned short smushport = (unsigned short) port; /* ditto */ local
53 retaddr->length = sizeof(smushaddr)+ sizeof(smushport) +
77 templength = htonl(sizeof(smushport));
81 (void) memcpy(marshal, &smushport, sizeof(smushport));
82 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(&smushport, marshal, sizeof(smushport));
82 *port = (krb5_int16) smushport;

Completed in 20 milliseconds