代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/232853/14180070
bmp socket.bmp
www.eeworm.com/read/232853/14180071
ctx socket.ctx
www.eeworm.com/read/129337/14250661
tcl socket.tcl
#! /usr/bin/tclsh
set sockid [socket localhost 13]
gets $sockid date
puts "Machine says the date is: $date"
www.eeworm.com/read/230957/14264350
c socket.c
/*
* socket.c -- DHCP server client/server socket creation
*
* udhcp client/server
* Copyright (C) 1999 Matthew Ramsay
* Chris Trew
*
* Rewrit
www.eeworm.com/read/230957/14264366
h socket.h
/* socket.h */
#ifndef _SOCKET_H
#define _SOCKET_H
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
int listen_socket(uint32_t ip, int port, char *inf);
#endif
www.eeworm.com/read/230957/14264395
o socket.o
www.eeworm.com/read/230899/14269580
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*/
#include
#ifdef __STDC__
#include
#endif
#include
#i
www.eeworm.com/read/230899/14269615
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi
www.eeworm.com/read/229133/14351783