Home
last modified time | relevance | path

Searched refs:rsport (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c172 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()
[all …]