Searched refs:smushport (Results 1 – 2 of 2) sorted by relevance
40 unsigned short smushport; in krb5_unpack_full_ipaddr() local48 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()
41 unsigned short smushport = (unsigned short) port; /* ditto */ in krb5_make_full_ipaddr() local52 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()