Searched defs:hostname (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_solaris.c | 98 * where domain is the domain used to fully qualify the hostname for 111 * where hostname is the unqualified hostname of the system that will be used to 112 * derive the key salt. If NULL is specified, this function will use the hostname 145 krb5_kvno kvno, uint_t flags, char *password, char *hostname) 167 if (hostname == NULL) { 183 token = hostname; 144 k5_kt_add_ad_entries(krb5_context ctx, char **sprincs_str, char *domain, krb5_kvno kvno, uint_t flags, char *password, char *hostname) argument
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/ |
H A D | me4LoadGroup.c | 356 send_trap(u_char * hostname, u_char * modulename, oid * trapoid, int size, u_char * status, u_char * description) argument 441 (u_char *) hostname, 445 strlen((char *) hostname));
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | healthMonitor.c | 461 * Initialize data that's required in the trap - The hostname, 2319 * hostname - Name of host on which alarm occured ; modulename - Name of the 2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument 2426 (u_char *) hostname, 2430 strlen((char *) hostname));
|
Completed in 25 milliseconds