summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2007-04-04 15:30:31 +0000
committerandre <andre@FreeBSD.org>2007-04-04 15:30:31 +0000
commit890976965dc9f0e43608a4ef1ea5fc2e9fcd17ea (patch)
tree0bebba7d5f51280ee71f58a839baf2c2f560cf0d /sys/netinet/in_pcb.h
parent3c03d012a25c47e3e6598482408abaec4ba875b1 (diff)
downloadFreeBSD-src-890976965dc9f0e43608a4ef1ea5fc2e9fcd17ea.zip
FreeBSD-src-890976965dc9f0e43608a4ef1ea5fc2e9fcd17ea.tar.gz
Some local and style(9) cleanups.
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index 96bd316..f2388fb 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -110,11 +110,11 @@ struct in_conninfo {
struct icmp6_filter;
struct inpcb {
- LIST_ENTRY(inpcb) inp_hash; /* hash list */
- LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
+ LIST_ENTRY(inpcb) inp_hash; /* hash list */
+ LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
u_int32_t inp_flow;
- /* local and foreign ports, local and foreign addr */
+ /* Local and foreign ports, local and foreign addr. */
struct in_conninfo inp_inc;
void *inp_ppcb; /* pointer to per-protocol pcb */
@@ -124,7 +124,7 @@ struct inpcb {
struct label *inp_label; /* MAC label */
int inp_flags; /* generic IP/datagram flags */
- struct inpcbpolicy *inp_sp; /* for IPSEC */
+ struct inpcbpolicy *inp_sp; /* for IPSEC */
u_char inp_vflag; /* IP version flag (v4/v6) */
#define INP_IPV4 0x1
#define INP_IPV6 0x2
@@ -137,7 +137,7 @@ struct inpcb {
u_char inp_ip_p; /* protocol proto */
u_char inp_ip_minttl; /* minimum TTL or drop */
- /* protocol dependent part; options */
+ /* Protocol dependent part; options. */
struct {
u_char inp4_ip_tos; /* type of service proto */
struct mbuf *inp4_options; /* IP options */
OpenPOWER on IntegriCloud