Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.h66 #define NETSELEQ(x, y) (strcmp((x), (y)) == 0) macro
H A Dnfs_tbind.c1683 if (OK_TPI_TYPE(nconf) && NETSELEQ(nconf->nc_proto, proto)) { in bind_to_proto()