代码搜索结果

找到约 10,000 项符合 Protocol 的代码

usock.h

#ifndef _USOCK_H #define _USOCK_H #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _LZW_H #include "lzw.h" #endif #ifndef _PROC_H #include "proc.h" #endif #ifndef _TCP_H #include "

sppp.c

/* Simplified Point-to-Point Protocol * No negotiation, no address or ctl fields, 1-byte pids */ #include "global.h" #include "mbuf.h" #include "iface.h" #include "ip.h" #include "slhc.h" #i

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de

net_ipv4.h

/***************************************** Copyright (c) 2002-2004 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************/ /* This file is

match_ip_proto.c

#include "match_ip.h" #include /* ip_proto - Match the IP protocol field */ int proto_match_eq(struct packet *p, void *priv, unsigned int l, int n) { unsigned char proto=(unsigned char)((u

bluez.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: BlueZ Description: Bluetooth protocol stack for Linux Version: @VERSION@ Requires: Libs: -L${libdir} -lblueto

udp.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 l

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 l

ip.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 l

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 l