Home
last modified time | relevance | path

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

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