代码搜索结果

找到约 33,168 项符合 Protocol 的代码

in.h

/* * 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 leve

tcp.h

/* * 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 leve

if_arp.h

/* * 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 leve

if_ppp.h

/* * if_ppp.h - Point-to-Point Protocol definitions. * * Copyright (c) 1989 Carnegie Mellon University. * All rights reserved. * * Redistribution and use in source and binary forms are permitted

ppp.h

/***************************************************************************** * ppp.h - Network Point to Point Protocol header file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques

ppp.c

/***************************************************************************** * ppp.c - Network Point to Point Protocol program file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques

lcp.h

/***************************************************************************** * lcp.h - Network Link Control Protocol header file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques (M

requirement009.tex

\subsection{009: SPIs unique, independant of protocol and DADDR} \subsubsection{009: Definition of requirement } This is a variation of requirement \#8.

usbdesc.h

#ifndef __USB_DESC_H #define __USB_DESC_H #include "DataType.h" typedef __packed struct { U8 size; U8 type; U16 ver; U8 class; U8 subclass; U8 protocol; U8 pktsize; U16 vid; U

udp.h

#ifndef _UDP_H #define _UDP_H struct udp_pseudo_hdr { in_addr src; in_addr dest; uint8_t unused; uint8_t protocol; uint16_t len; }; struct udphdr { uint16_t src; uint16_t dest; uint16_t l