Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r57253 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #define LOG_GROUP LOG_GROUP_NET_FLT_DRV 22 23 #include "../../../Runtime/r0drv/darwin/the-darwin-kernel.h" … … 66 67 67 68 68 /******************************************************************************* 69 * Defined Constants And Macros *70 ******************************************************************************* /69 /********************************************************************************************************************************* 70 * Defined Constants And Macros * 71 *********************************************************************************************************************************/ 71 72 /** The maximum number of SG segments. 72 73 * Used to prevent stack overflow and similar bad stuff. */ … … 84 85 85 86 86 /******************************************************************************* 87 * Internal Functions *88 ******************************************************************************* /87 /********************************************************************************************************************************* 88 * Internal Functions * 89 *********************************************************************************************************************************/ 89 90 RT_C_DECLS_BEGIN 90 91 static kern_return_t VBoxNetFltDarwinStart(struct kmod_info *pKModInfo, void *pvData); … … 95 96 96 97 97 /******************************************************************************* 98 * Structures and Typedefs *99 ******************************************************************************* /98 /********************************************************************************************************************************* 99 * Structures and Typedefs * 100 *********************************************************************************************************************************/ 100 101 /** 101 102 * The mbuf tag data. … … 117 118 118 119 119 /******************************************************************************* 120 * Global Variables *121 ******************************************************************************* /120 /********************************************************************************************************************************* 121 * Global Variables * 122 *********************************************************************************************************************************/ 122 123 /** 123 124 * Declare the module stuff.
Note:
See TracChangeset
for help on using the changeset viewer.