代码搜索:lsocket

找到约 664 项符合「lsocket」的源代码

代码结果 664
www.eeworm.com/read/117373/14927866

read_me

To use this programs, first change SERVER_PORT to some random number between 1024 and 65535. Try to avoid picking the same number as other students. Change it in both files. Compile the programs li
www.eeworm.com/read/469590/6931807

makefile

.c.o: gcc -g -c -Wall $< LIBS= -lsocket -lnsl all: tftptest OBJ=tftptest.o tftp.o tftptest: ${OBJ} gcc -g -o tftptest ${OBJ} ${LIBS}
www.eeworm.com/read/429611/8799023

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * Copyright 1991 Phil Karn, KA9Q */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "s
www.eeworm.com/read/421154/10752569

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/270669/11030285

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/469590/6932587

makefile

.c.o: gcc -c -g -Wall $< #LIBS=-lsocket -lnsl all: timedate timedate: timedate.o lock.o hitsubs.o readline.o gcc -g -o timedate timedate.o lock.o hitsubs.o readline.o $(LIBS)
www.eeworm.com/read/453805/7412081

makefile

neusoftim.out : Message.o ContactMessage.o LSocket.o session.o SessionMessage.o AnEn.o User.o List.o ListManage.o server.o g++ -o neusoftim.out Message.o ContactMessage.o LSocket.o session.o SessionM
www.eeworm.com/read/449996/7491924

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/437619/7744697

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/197752/7971920

sco makefile.sco

# # Copyright (c) 1999,2000 WU-FTPD Development Group. # All rights reserved. # # Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994 # The Regents of the University of Californ