Searched defs:host (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openssh/sources/ |
H A D | audit-solaris.c | 130 __auditd_debug("tid type-%d (remote,local,host)= %u,%u,%s\n", 173 audit_connection_from(const char *host, int port) argument 184 "for %s:%d:%s", host, port, strerror(errno)); 189 "for %s:%d:%s", host, port, strerror(errno)); 195 "for %s:%d:%s", host, port, strerror(errno)); 198 debug("adt audit_connection_from(%s, %d): peerfd=%d", host, port, 201 "peerfd=%d\n", getpid(), getuid(), geteuid(), host, port,
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 2181 * Looks up the next hop for 'host' in the host's routing table. If 2182 * successful, stores the next hop gateway's address (0 if 'host' is on a 2184 * device to reach 'host' in '*netdev_name', and returns 0. The caller is 2188 netdev_solaris_get_next_hop(const struct in_addr *host, argument 2211 sin.sin_addr = *host; 2289 *next_hop = *host; 2292 VLOG_DBG("host " IP_FMT " next-hop " IP_FMT " if %s\n", 2293 IP_ARGS(host->s_addr), IP_ARGS(next_hop->s_addr), *netdev_name);
|
Completed in 21 milliseconds