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 D | auth_con.c | 57 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 D | mk_priv.c | 190 if (auth_context->remote_port) { 192 auth_context->remote_port,
|
| H A D | mk_safe.c | 193 if (auth_context->remote_port) { 195 auth_context->remote_port,
|
| H A D | rd_priv.c | 214 if (auth_context->remote_port) { 216 auth_context->remote_port,
|
| H A D | rd_safe.c | 219 if (auth_context->remote_port) { 221 auth_context->remote_port,
|
| H A D | mk_cred.c | 255 if (auth_context->remote_port) { 257 auth_context->remote_port,
|
| /osnet-11/usr/src/grub/grub2/grub-core/kern/efi/ |
| H A D | efi.c | 543 (unsigned) ipv4.remote_port, 570 (unsigned) ipv6.remote_port,
|
| /osnet-11/usr/src/grub/grub2/include/grub/efi/ |
| H A D | api.h | 597 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