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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c55 if (auth_context->local_port)
56 krb5_free_address(context, auth_context->local_port);
126 krb5_auth_con_setports(krb5_context context, krb5_auth_context auth_context, krb5_address *local_port, krb5_address *remote_port) argument
131 if (auth_context->local_port)
132 (void) krb5_free_address(context, auth_context->local_port);
137 if (local_port)
139 local_port,
140 &auth_context->local_port);
142 auth_context->local_port = NULL;
H A Dmk_priv.c176 if (auth_context->local_port) {
178 auth_context->local_port,
H A Dmk_safe.c179 if (auth_context->local_port) {
181 auth_context->local_port,
H A Drd_priv.c200 if (auth_context->local_port) {
202 auth_context->local_port,
H A Drd_safe.c205 if (auth_context->local_port) {
207 auth_context->local_port,
H A Dmk_cred.c243 if (auth_context->local_port) {
245 auth_context->local_port,
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c542 (unsigned) ipv4.local_port,
569 (unsigned) ipv6.local_port,
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h596 grub_efi_uint16_t local_port; member in struct:grub_efi_ipv4_device_path
610 grub_efi_uint16_t local_port; member in struct:grub_efi_ipv6_device_path

Completed in 34 milliseconds