diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2001-02-18 07:10:03 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2001-02-18 07:10:03 +0000 |
| commit | c1b843c774dd94b27637b707e60b452ab0cd4159 (patch) | |
| tree | a3e6ce1308dbee6abbd5c9806cac1bcda4f6d188 /sys | |
| parent | a3ab0e45515ab8c72c5525ebc4051aa13a302129 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/udp_var.h | 10 |
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 */ |
