代码搜索:Header
找到约 10,000 项符合「Header」的源代码
代码结果 10,000
www.eeworm.com/read/445084/7599609
h header.h
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/443518/7631574
c header.c
/*************************************************************************/
/* */
/* Print header for all C4.5 programs */
/* ---------------------------------- */
/* */
/***
www.eeworm.com/read/442904/7642560
serv_header
This struct is used in non-message outgoing packets.
struct drcom_serv_header
{
u_int16_t pkt_type;
u_int8_t zero0;
u_int8_t len;
} __attribute__ ((__packed__));
pkt_type and len are specific
www.eeworm.com/read/442904/7642566
host_header
This struct is used in non-message outgoing packets.
struct drcom_host_header
{
u_int16_t pkt_type;
u_int8_t zero;
u_int8_t len;
u_int8_t checksum[16];
} __attribute__ ((__packed__));
pkt_ty
www.eeworm.com/read/441865/7663612
serv_header
This struct is used in non-message outgoing packets.
struct drcom_serv_header
{
u_int16_t pkt_type;
u_int8_t zero0;
u_int8_t len;
} __attribute__ ((__packed__));
pkt_type and len are specific