krb5_store_int16  115 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     kret = krb5_store_int16 (sp, ac->local_port);
krb5_store_int16  120 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     kret = krb5_store_int16 (sp, ac->remote_port);
krb5_store_int16  418 source4/heimdal/lib/krb5/fcache.c 		ret |= krb5_store_int16 (sp, 12); /* length */
krb5_store_int16  419 source4/heimdal/lib/krb5/fcache.c 		ret |= krb5_store_int16 (sp, FCC_TAG_DELTATIME); /* Tag */
krb5_store_int16  420 source4/heimdal/lib/krb5/fcache.c 		ret |= krb5_store_int16 (sp, 8); /* length of data */
krb5_store_int16  424 source4/heimdal/lib/krb5/fcache.c 		ret |= krb5_store_int16 (sp, 0);
krb5_store_int16  187 source4/heimdal/lib/krb5/kcm.c     ret = krb5_store_int16(sp, opcode);
krb5_store_int16  986 source4/heimdal/lib/krb5/kcm.c     ret = krb5_store_int16(request, mode);
krb5_store_int16  102 source4/heimdal/lib/krb5/keytab_file.c     ret = krb5_store_int16(sp, data.length);
krb5_store_int16  120 source4/heimdal/lib/krb5/keytab_file.c     ret = krb5_store_int16(sp, len);
krb5_store_int16  165 source4/heimdal/lib/krb5/keytab_file.c     ret = krb5_store_int16(sp, p->keytype); /* keytype + etype */
krb5_store_int16  271 source4/heimdal/lib/krb5/keytab_file.c 	ret = krb5_store_int16(sp, p->name.name_string.len + 1);
krb5_store_int16  273 source4/heimdal/lib/krb5/keytab_file.c 	ret = krb5_store_int16(sp, p->name.name_string.len);
krb5_store_int16  250 source4/heimdal/lib/krb5/store.c     return krb5_store_int16(sp, (int16_t)value);
krb5_store_int16  601 source4/heimdal/lib/krb5/store.c     ret = krb5_store_int16(sp, p.keytype);
krb5_store_int16  607 source4/heimdal/lib/krb5/store.c     ret = krb5_store_int16(sp, p.keytype);
krb5_store_int16  671 source4/heimdal/lib/krb5/store.c     ret = krb5_store_int16(sp, p.addr_type);
krb5_store_int16  731 source4/heimdal/lib/krb5/store.c 	ret = krb5_store_int16(sp, auth.val[i].ad_type);
krb5_store_int16  557 source4/heimdal/lib/krb5/v4_glue.c     RCHECK(ret, krb5_store_int16(sp, cipher->length), error);
krb5_store_int16  350 source4/heimdal/lib/ntlm/ntlm.c     CHECK(krb5_store_int16(out, 0), 0);
krb5_store_int16  351 source4/heimdal/lib/ntlm/ntlm.c     CHECK(krb5_store_int16(out, 0), 0);