Lines Matching refs:rsport
172 static krb5_address rsport = { 0, 0, 0, NULL }; variable
808 auth_context, NULL, &rsport); in kerberos5_is()
836 if (rsport.contents != NULL) in kerberos5_is()
837 free(rsport.contents); in kerberos5_is()
2823 if (rsport.contents != NULL) in doit()
2824 free(rsport.contents); in doit()
2826 rsport.contents = (krb5_octet *)portbuf; in doit()
2827 rsport.length = sizeof (sin->sin_port); in doit()
2828 rsport.addrtype = ADDRTYPE_IPPORT; in doit()
2867 if (rsport.contents != NULL) in doit()
2868 free(rsport.contents); in doit()
2870 rsport.contents = (krb5_octet *)portbuf; in doit()
2871 rsport.length = sizeof (sin6->sin6_port); in doit()
2872 rsport.addrtype = ADDRTYPE_IPPORT; in doit()