squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
lib
rfcnb
rfcnb-common.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3
*
4
* Squid software is distributed under GPLv2+ license and includes
5
* contributions from numerous individuals and organizations.
6
* Please see the COPYING and CONTRIBUTORS files for details.
7
*/
8
9
/* UNIX RFCNB (RFC1001/RFC1002) NetBIOS implementation
10
*
11
* Version 1.0
12
* RFCNB Common Structures etc Defines
13
*
14
* Copyright (C) Richard Sharpe 1996
15
*/
16
17
/*
18
* This program is free software; you can redistribute it and/or modify
19
* it under the terms of the GNU General Public License as published by
20
* the Free Software Foundation; either version 2 of the License, or
21
* (at your option) any later version.
22
*
23
* This program is distributed in the hope that it will be useful,
24
* but WITHOUT ANY WARRANTY; without even the implied warranty of
25
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
* GNU General Public License for more details.
27
*
28
* You should have received a copy of the GNU General Public License
29
* along with this program; if not, write to the Free Software
30
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31
*/
32
33
#ifndef _RFCNB_RFCNB_COMMON_H
34
#define _RFCNB_RFCNB_COMMON_H
35
36
#if defined(__cplusplus)
37
extern
"C"
{
38
#endif
39
40
/* A data structure we need */
41
42
typedef
struct
RFCNB_Pkt
{
43
44
char
*
data
;
/* The data in this portion */
45
int
len
;
46
struct
RFCNB_Pkt
*
next
;
47
48
}
RFCNB_Pkt
;
49
50
#if defined(__cplusplus)
51
}
52
#endif
53
#endif
/* _RFCNB_RFCNB_COMMON_H */
54
RFCNB_Pkt
struct RFCNB_Pkt RFCNB_Pkt
RFCNB_Pkt
Definition:
rfcnb-common.h:42
RFCNB_Pkt::data
char * data
Definition:
rfcnb-common.h:44
RFCNB_Pkt::next
struct RFCNB_Pkt * next
Definition:
rfcnb-common.h:46
RFCNB_Pkt::len
int len
Definition:
rfcnb-common.h:45
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Quick Setup
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
pl
...
full list
FTP Package Archive