Searched refs:is_loopback (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_console_io.c68 static int is_loopback(char *str) function
81 || is_loopback(str);
90 || is_loopback(p_opt->console)
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcbind.h126 int is_loopback(struct netbuf *);
H A Dsecurity.c90 if (!insecure && !is_loopback(caller)) {
126 is_loopback(struct netbuf *nbuf) function
246 * The is_loopback checks aren't useful then anyway.
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Daddr_families.c47 krb5_boolean (*is_loopback)(const struct sockaddr *); member in struct:addr_operations
985 if (a == NULL || a->is_loopback == NULL)
987 return (*a->is_loopback)(sa);

Completed in 195 milliseconds