代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/101153/6237850
h rtl_sync.h
/*
* (C) Finite State Machine Labs Inc. 2000 business@fsmlabs.com
*
* Released under the terms of GPL 2.
* Open RTLinux makes use of a patented process described in
* US Patent 5,995,745. Use of
www.eeworm.com/read/183272/9172631
c call.c
#include "call.h"
#include /* struct iovec */
/*
* Place the call by sending the "args" to the calling server,
* and reading a file descriptor back.
*/
int
call(const char *args)
{
i
www.eeworm.com/read/181164/9272056
cpp a_tcpecho_svr.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2006
TCP server for echo service
Build: make a_tcpecho_svr
*/
#include "../src/wysockfile.h"
#include "../src/wysockaddrinet4.h
www.eeworm.com/read/169087/9881290
c driver_test.c
/*
* Host AP (software wireless LAN access point) user space daemon for
* Host AP kernel driver / Driver interface for development testing
* Copyright (c) 2004-2005, Jouni Malinen
www.eeworm.com/read/364932/9887095
c call.c
#include "call.h"
#include /* struct iovec */
/*
* Place the call by sending the "args" to the calling server,
* and reading a file descriptor back.
*/
int
call(const char *args)
{
i
www.eeworm.com/read/278507/10530270
c udpcli06.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
socklen_t salen;
struct sockaddr *cli, *serv;
if (argc != 2)
err_quit("usage: udpcli06 ");
sockfd = Udp_client(a
www.eeworm.com/read/278507/10531089
makefile
include ../Make.defines
PROGS = udpcli01
all: ${PROGS}
udpcli01: udpcli01.o dg_cli.o dg_send_recv.o
${CC} ${CFLAGS} -o $@ udpcli01.o dg_cli.o dg_send_recv.o ${LIBS}
clean:
rm -f ${PROGS} ${CLE
www.eeworm.com/read/275640/10805295
c udpsocket.c
/*
* Copyright (c) 1999 - 2001, Artur Merke
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub
www.eeworm.com/read/289562/7805740
c call.c
#include "call.h"
#include /* struct iovec */
/*
* Place the call by sending the "args" to the calling server,
* and reading a file descriptor back.
*/
int
call(const char *args)
{
i
www.eeworm.com/read/198616/7923215
c call.c
#include "call.h"
#include /* struct iovec */
/*
* Place the call by sending the "args" to the calling server,
* and reading a file descriptor back.
*/
int
call(const char *args)
{
i