rfc931.c | 47 static FILE *fsocket(int, int, int); 50 /* fsocket - open stdio stream on top of socket */ 53 fsocket(int domain, int type, int protocol) function in typeref:typename:FILE * 140 if ((fp = fsocket(rmt_sin->sa_family, SOCK_STREAM, 0)) != 0) {
|