summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-24 19:51:49 +0000
committerume <ume@FreeBSD.org>2003-10-24 19:51:49 +0000
commit38391a78340c898e1eb86451d35f8c754330f7a0 (patch)
tree984e30c29dd4850a21594e530b23b9b9a3ecdfcf /sys/netinet/in_pcb.h
parenta42d01d0367d5cf006aa27913df9cbb24cec6085 (diff)
downloadFreeBSD-src-38391a78340c898e1eb86451d35f8c754330f7a0.zip
FreeBSD-src-38391a78340c898e1eb86451d35f8c754330f7a0.tar.gz
correct tab and order.
Diffstat (limited to 'sys/netinet/in_pcb.h')
-rw-r--r--sys/netinet/in_pcb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h
index e8857bc..429bf79 100644
--- a/sys/netinet/in_pcb.h
+++ b/sys/netinet/in_pcb.h
@@ -284,11 +284,11 @@ struct inpcbinfo { /* XXX documentation, prefixes */
#define IN6P_HOPOPTS 0x040000 /* receive hop-by-hop options */
#define IN6P_DSTOPTS 0x080000 /* receive dst options after rthdr */
#define IN6P_RTHDR 0x100000 /* receive routing header */
-#define IN6P_TCLASS 0x400000 /* receive traffic class value */
#define IN6P_RTHDRDSTOPTS 0x200000 /* receive dstoptions before rthdr */
-#define IN6P_AUTOFLOWLABEL 0x800000 /* attach flowlabel automatically */
-#define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */
-#define IN6P_MTU 0x80000000 /* receive path MTU */
+#define IN6P_TCLASS 0x400000 /* receive traffic class value */
+#define IN6P_AUTOFLOWLABEL 0x800000 /* attach flowlabel automatically */
+#define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */
+#define IN6P_MTU 0x80000000 /* receive path MTU */
#define INP_CONTROLOPTS (INP_RECVOPTS|INP_RECVRETOPTS|INP_RECVDSTADDR|\
INP_RECVIF|INP_RECVTTL|\
OpenPOWER on IntegriCloud