aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2001-02-18 07:10:03 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2001-02-18 07:10:03 +0000
commitc1b843c774dd94b27637b707e60b452ab0cd4159 (patch)
treea3e6ce1308dbee6abbd5c9806cac1bcda4f6d188 /sys
parenta3ab0e45515ab8c72c5525ebc4051aa13a302129 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/udp_var.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h
index db289206881d4..b0b26674b803a 100644
--- a/sys/netinet/udp_var.h
+++ b/sys/netinet/udp_var.h
@@ -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 */