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

/freebsd-11.0-release/sys/dev/streams/
H A Dstreams.c90 static struct fileops svr4_netops; variable in typeref:struct:fileops
140 bcopy(&socketops, &svr4_netops, sizeof(struct fileops));
141 svr4_netops.fo_close = svr4_soo_close;
250 finit(fp, FREAD | FWRITE, DTYPE_SOCKET, so, &svr4_netops);

Completed in 104 milliseconds