1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

remove unused data structure definition, and corresponding macro into*()

This commit is contained in:
Luigi Rizzo 2001-02-18 07:10:03 +00:00
parent a3ab0e4551
commit c1b843c774
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72631

View File

@ -54,16 +54,6 @@ struct udpiphdr {
#define ui_ulen ui_u.uh_ulen
#define ui_sum ui_u.uh_sum
struct udpcb {
/* XXX - these should be by reference so we can do options quickly */
struct ip udb_ip;
struct udphdr udb_uh;
struct sockaddr_in udb_conn;
struct in_hostcache *udb_hc;
struct mbuf *udb_queue;
};
#define inptoudpcb(inp) ((struct udpdb *)(inp)->inp_ppcb)
struct udpstat {
/* input statistics: */
u_long udps_ipackets; /* total input packets */