sync with OpenBSD -current
This commit is contained in:
parent
8b84d503c1
commit
ed26f93d8c
33 changed files with 305 additions and 301 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: in_pcb.h,v 1.139 2023/11/28 13:23:20 bluhm Exp $ */
|
||||
/* $OpenBSD: in_pcb.h,v 1.140 2023/11/29 18:30:48 bluhm Exp $ */
|
||||
/* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -115,7 +115,7 @@ struct inpcb {
|
|||
#define inp_laddr6 inp_laddru.iau_addr6
|
||||
u_int16_t inp_fport; /* foreign port */
|
||||
u_int16_t inp_lport; /* local port */
|
||||
struct socket *inp_socket; /* back pointer to socket */
|
||||
struct socket *inp_socket; /* [I] back pointer to socket */
|
||||
caddr_t inp_ppcb; /* pointer to per-protocol pcb */
|
||||
union { /* Route (notice increased size). */
|
||||
struct route ru_route;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue