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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dfull_ipadr.c44 krb5_addrtype temptype; local
53 2*sizeof(temptype) + 2*sizeof(templength);
61 temptype = htons(ADDRTYPE_INET);
62 (void) memcpy((char *)marshal, (char *)&temptype, sizeof(temptype));
63 marshal += sizeof(temptype);
72 temptype = htons(ADDRTYPE_IPPORT);
73 (void) memcpy((char *)marshal, (char *)&temptype, sizeof(temptype));
74 marshal += sizeof(temptype);
[all...]
H A Dport2ip.c42 krb5_addrtype temptype; local
49 2*sizeof(temptype) + 2*sizeof(templength))
54 (void) memcpy((char *)&temptype, (char *)marshal, sizeof(temptype));
55 marshal += sizeof(temptype);
56 if (temptype != htons(ADDRTYPE_INET))
68 (void) memcpy((char *)&temptype, (char *)marshal, sizeof(temptype));
69 marshal += sizeof(temptype);
70 if (temptype !
[all...]
/illumos-gate/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

Completed in 77 milliseconds