代码搜索结果
找到约 10,000 项符合
Protocol 的代码
ipfrag.h
/***
ipfrag.h - IP fragmentation hander definitions
***/
struct fragdescent {
unsigned int min;
unsigned int max;
struct fragdescent *prev_entry;
struct fragdescent *next_entry;
};
tftpupgrade.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#includ
clientserver.c
/*
* The socket based protocol for setting up a connection with rsyncd.
*
* Copyright (C) 1998-2001 Andrew Tridgell
* Copyright (C) 2001-2002 Martin Pool
* Copy
ntmsv1_0.h
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1989-1999 Microsoft Corporation
Module Name:
ntmsv1_0.h
Abstract:
This module contain
ppp.c
/* Copyright (c) 2007 by Errata Security */
#include "protos.h"
#include "netframe.h"
#include "ferret.h"
#include "formats.h"
#include
void process_pptp_linkcontrol(struct Seaper *
wrappers.h
// Wrapper functions for Socket system calls.
int np_socket( int domain, int type, int protocol) ;
int np_bind(int s, const struct sockaddr *addr, int addrlen);