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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfull_ipadr.c45 krb5_int32 templength; local
53 2*sizeof(temptype) + 2*sizeof(templength);
65 templength = htonl(sizeof(smushaddr));
66 (void) memcpy((char *)marshal, (char *)&templength, sizeof(templength));
67 marshal += sizeof(templength);
76 templength = htonl(sizeof(smushport));
77 (void) memcpy((char *)marshal, (char *)&templength, sizeof(templength));
78 marshal += sizeof(templength);
[all...]
H A Dport2ip.c43 krb5_ui_4 templength; local
49 2*sizeof(temptype) + 2*sizeof(templength))
59 (void) memcpy((char *)&templength, (char *)marshal, sizeof(templength));
60 marshal += sizeof(templength);
61 if (templength != htonl(sizeof(smushaddr)))
73 (void) memcpy((char *)&templength, (char *)marshal, sizeof(templength));
74 marshal += sizeof(templength);
75 if (templength !
[all...]

Completed in 56 milliseconds