]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/in_pcb.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / bsd / netinet / in_pcb.h
index 05fd56a3519a25dd76bdab4a9baa43f7ced15aea..11ad54fe27c56fd0784d80e1588dccd80b916c44 100644 (file)
@@ -663,6 +663,7 @@ struct inpcbinfo {
 #define        IN6P_RTHDR              0x00100000 /* receive routing header */
 #define        IN6P_RTHDRDSTOPTS       0x00200000 /* receive dstoptions before rthdr */
 #define        IN6P_TCLASS             0x00400000 /* receive traffic class value */
+#define        INP_RECVTOS             IN6P_TCLASS     /* receive incoming IP TOS */
 #define        IN6P_AUTOFLOWLABEL      0x00800000 /* attach flowlabel automatically */
 #endif /* BSD_KERNEL_PRIVATE */