代码搜索:Datagrams
找到约 438 项符合「Datagrams」的源代码
代码结果 438
www.eeworm.com/read/213039/4931844
cpp dgram.cpp
// Dgram.cpp,v 4.18 2003/12/30 23:18:59 shuston Exp
// Exercise the wrapper along with the .
// This test simply ping-pongs datagrams back and forth between the
// p
www.eeworm.com/read/189320/5198759
cpp codgram.cpp
// CODgram.cpp,v 4.19 2004/06/13 17:02:05 jwillemsen Exp
// Exercise the wrapper along with the
// . This test simply ping-pongs datagrams back and
// forth between t
www.eeworm.com/read/290808/3971239
c dgcliloop1.c
#include "unp.h"
#define NDG 2000 /* datagrams to send */
#define DGLEN 1400 /* length of each datagram */
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int i;
char
www.eeworm.com/read/382594/2631840
cpp dgram.cpp
// Dgram.cpp,v 4.18 2003/12/30 23:18:59 shuston Exp
// Exercise the wrapper along with the .
// This test simply ping-pongs datagrams back and forth between the
// p
www.eeworm.com/read/286828/8740517
c ip.c
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#include
#include "ether.h"
#include "netutil.h"
#include "i
www.eeworm.com/read/181504/9247747
c ip.c
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#include
#include "ether.h"
#include "netutil.h"
#include "i
www.eeworm.com/read/135104/7093953
c ip.c
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#include
#include "ether.h"
#include "netutil.h"
#include "i
www.eeworm.com/read/135104/7094017
c ip.c
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#include
#include "ether.h"
#include "netutil.h"
#include "i
www.eeworm.com/read/322464/13379691
c ip.c
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#include
#include "ether.h"
#include "netutil.h"
#include "i
www.eeworm.com/read/302973/13824135
java datagramsclient.java
import java.io.*;
import java.net.*;
import java.util.*;
public class DatagramsClient {
public static void main(String[] args) throws IOException {
//创建DatagramSocket类,用于发送与接收数据包
DatagramS