Home
last modified time | relevance | path

Searched refs:temptype (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dport2ip.c42 krb5_addrtype temptype; in krb5_unpack_full_ipaddr() local
49 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()
H A Dfull_ipadr.c44 krb5_addrtype temptype; in krb5_make_full_ipaddr() local
53 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()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4288 \def\temptype{#2}%
4289 \ifx\temptype\Ynothingkeyword
4293 \else\ifx\temptype\Yomitfromtockeyword
4297 \else\ifx\temptype\Yappendixkeyword
4398 \def\temptype{#3}%
4400 \ifx\temptype\Ynothingkeyword
4404 \else\ifx\temptype\Yomitfromtockeyword
4410 \else\ifx\temptype\Yappendixkeyword