代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/332098/12779983
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/311774/13626170
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/304348/13796072
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/141138/5776954
h server.h
/*
** $Id: server.h,v 1.14 2003/08/12 07:46:18 weiym Exp $
**
** server.h: routines for server.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Create date:
www.eeworm.com/read/141138/5777045
c client.c
/*
** $Id: client.c,v 1.46 2003/09/04 06:02:53 weiym Exp $
**
** client.c: maintain the clients in server.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
**
www.eeworm.com/read/140826/5780936
h server.h
/*
** $Id: server.h,v 1.14 2003/08/12 07:46:18 weiym Exp $
**
** server.h: routines for server.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Create date:
www.eeworm.com/read/140826/5781024
c client.c
/*
** $Id: client.c,v 1.46 2003/09/04 06:02:53 weiym Exp $
**
** client.c: maintain the clients in server.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
**
www.eeworm.com/read/140467/5789712
h system.h
/*
* include/asm-microblaze/system.h -- Low-level interrupt/thread ops
*
* Copyright (C) 2003 John Williams (jwilliams@itee.uq.edu.au)
* based upon microblaze version
* Copyright (C) 2001 NEC
www.eeworm.com/read/128965/5976292
h system.h
/*
* include/asm-microblaze/system.h -- Low-level interrupt/thread ops
*
* Copyright (C) 2003 John Williams (jwilliams@itee.uq.edu.au)
* based upon microblaze version
* Copyright (C) 2001 NEC
www.eeworm.com/read/127694/6002460
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