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

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

Completed in 14 milliseconds