summaryrefslogtreecommitdiffstats
path: root/include/net/dn.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /include/net/dn.h
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'include/net/dn.h')
-rw-r--r--include/net/dn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/dn.h b/include/net/dn.h
index b2ad40426..dde6da176 100644
--- a/include/net/dn.h
+++ b/include/net/dn.h
@@ -46,6 +46,7 @@ struct dn_scp /* Session Control Port */
#define DN_NOCHANGE 0
unsigned char accept_mode;
unsigned short mss;
+ unsigned long seg_size; /* Running total of current segment */
struct optdata_dn conndata_in;
struct optdata_dn conndata_out;
@@ -181,7 +182,6 @@ static __inline__ void dn_dn2eth(unsigned char *ethaddr, dn_address addr)
extern struct sock *dn_sklist_find_listener(struct sockaddr_dn *addr);
extern struct sock *dn_find_by_skb(struct sk_buff *skb);
-extern unsigned short dn_alloc_port(void);
#define DN_ASCBUF_LEN 7
extern char *dn_addr2asc(dn_address, char *);
extern void dn_destroy_sock(struct sock *sk);