Searched refs:remote_port (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c57 if (auth_context->remote_port)
58 krb5_free_address(context, auth_context->remote_port);
126 krb5_auth_con_setports(krb5_context context, krb5_auth_context auth_context, krb5_address *local_port, krb5_address *remote_port) argument
133 if (auth_context->remote_port)
134 (void) krb5_free_address(context, auth_context->remote_port);
144 if (!retval && remote_port)
146 remote_port,
147 &auth_context->remote_port);
149 auth_context->remote_port = NULL;
H A Dmk_priv.c190 if (auth_context->remote_port) {
192 auth_context->remote_port,
H A Dmk_safe.c193 if (auth_context->remote_port) {
195 auth_context->remote_port,
H A Drd_priv.c214 if (auth_context->remote_port) {
216 auth_context->remote_port,
H A Drd_safe.c219 if (auth_context->remote_port) {
221 auth_context->remote_port,
H A Dmk_cred.c255 if (auth_context->remote_port) {
257 auth_context->remote_port,
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c543 (unsigned) ipv4.remote_port,
570 (unsigned) ipv6.remote_port,
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h597 grub_efi_uint16_t remote_port; member in struct:grub_efi_ipv4_device_path
611 grub_efi_uint16_t remote_port; member in struct:grub_efi_ipv6_device_path

Completed in 41 milliseconds