Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D11_tcpd_blacklist.patch76 + while (fscanf(fp, "%s", tok) == 1 && !(match = host_match(tok, host)))
85 /* host_match - match host name and/or address against pattern */
87 static int host_match(tok, host)
H A D10_usagi-ipv6.patch90 static int host_match();
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxics.h91 int (*host_match)(struct ics *ics, struct device_node *node); member
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xics/
H A Dics-rtas.c37 .host_match = ics_rtas_host_match,
H A Dics-opal.c174 .host_match = ics_opal_host_match,
H A Dxics-common.c313 if (ics->host_match(ics, node)) in xics_host_match()