Searched refs:temptype (Results 1 – 3 of 3) sorted by relevance
42 krb5_addrtype temptype; in krb5_unpack_full_ipaddr() local49 2*sizeof(temptype) + 2*sizeof(templength)) in krb5_unpack_full_ipaddr()54 (void) memcpy((char *)&temptype, (char *)marshal, sizeof(temptype)); in krb5_unpack_full_ipaddr()55 marshal += sizeof(temptype); in krb5_unpack_full_ipaddr()56 if (temptype != htons(ADDRTYPE_INET)) in krb5_unpack_full_ipaddr()68 (void) memcpy((char *)&temptype, (char *)marshal, sizeof(temptype)); in krb5_unpack_full_ipaddr()69 marshal += sizeof(temptype); in krb5_unpack_full_ipaddr()70 if (temptype != htons(ADDRTYPE_IPPORT)) in krb5_unpack_full_ipaddr()
44 krb5_addrtype temptype; in krb5_make_full_ipaddr() local53 2*sizeof(temptype) + 2*sizeof(templength); in krb5_make_full_ipaddr()61 temptype = htons(ADDRTYPE_INET); in krb5_make_full_ipaddr()62 (void) memcpy((char *)marshal, (char *)&temptype, sizeof(temptype)); in krb5_make_full_ipaddr()63 marshal += sizeof(temptype); in krb5_make_full_ipaddr()72 temptype = htons(ADDRTYPE_IPPORT); in krb5_make_full_ipaddr()73 (void) memcpy((char *)marshal, (char *)&temptype, sizeof(temptype)); in krb5_make_full_ipaddr()74 marshal += sizeof(temptype); in krb5_make_full_ipaddr()
4288 \def\temptype{#2}%4289 \ifx\temptype\Ynothingkeyword4293 \else\ifx\temptype\Yomitfromtockeyword4297 \else\ifx\temptype\Yappendixkeyword4398 \def\temptype{#3}%4400 \ifx\temptype\Ynothingkeyword4404 \else\ifx\temptype\Yomitfromtockeyword4410 \else\ifx\temptype\Yappendixkeyword