代码搜索:packet
找到约 10,000 项符合「packet」的源代码
代码结果 10,000
www.eeworm.com/read/364159/9919866
c packet.c
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/364159/9919942
h packet.h
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/364159/9919959
c packet.c
// ----------------------------------------------------------------------------
// Copyright 2006-2007, Martin D. Flynn
// All rights reserved
// ------------------------------------------------------
www.eeworm.com/read/166096/10035647
lib packet.lib
www.eeworm.com/read/164463/10106822
h if_packet.h
#ifndef __LINUX_IF_PACKET_H
#define __LINUX_IF_PACKET_H
struct sockaddr_pkt
{
unsigned short spkt_family;
unsigned char spkt_device[14];
unsigned short spkt_protocol;
};
struct sockaddr_ll
{
uns
www.eeworm.com/read/164288/10119887
h packet.h
#ifndef _WXXT_WYGL_SERV_PACKET_H_
#define _WXXT_WYGL_SERV_PACKET_H_
struct cmdhead {
int msglen;
int cmdnum;
};
#define REPORTALERT 1
#define REMOVEALERT 2
struct ReportAlert {
int type;
uint32
www.eeworm.com/read/163079/10176685
c packet.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l