Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dport2ip.c40 unsigned short smushport; in krb5_unpack_full_ipaddr() local
48 if (inaddr->length != sizeof(smushaddr)+ sizeof(smushport) + in krb5_unpack_full_ipaddr()
75 if (templength != htonl(sizeof(smushport))) in krb5_unpack_full_ipaddr()
78 (void) memcpy((char *)&smushport, (char *)marshal, sizeof(smushport)); in krb5_unpack_full_ipaddr()
82 *port = (krb5_int16) smushport; in krb5_unpack_full_ipaddr()
H A Dfull_ipadr.c41 unsigned short smushport = (unsigned short) port; /* ditto */ in krb5_make_full_ipaddr() local
52 retaddr->length = sizeof(smushaddr)+ sizeof(smushport) + in krb5_make_full_ipaddr()
76 templength = htonl(sizeof(smushport)); in krb5_make_full_ipaddr()
80 (void) memcpy((char *)marshal, (char *)&smushport, sizeof(smushport)); in krb5_make_full_ipaddr()
81 marshal += sizeof(smushport); in krb5_make_full_ipaddr()