Lines Matching refs:module
14 module = NET_PKT
15 module-dep = NET_LOG
16 module-str = Log level for network packet and buffer allocation
17 module-help = Enables debug of network packet and buffer allocations and frees.
48 module = NET_CORE
49 module-dep = NET_LOG
50 module-str = Log level for core IP stack
51 module-help = Enables core network stack code to output debug messages.
54 module = NET_IF
55 module-dep = NET_LOG
56 module-str = Log level for network interface code
57 module-help = Enables network interface code to output debug messages.
60 module = NET_TC
61 module-dep = NET_LOG
62 module-str = Log level for network traffic class code
63 module-help = Enables network traffic class code to output debug messages.
66 module = NET_UTILS
67 module-dep = NET_LOG
68 module-str = Log level for utility functions in IP stack
69 module-help = Enables utility functions to output debug messages.
72 module = NET_CONTEXT
73 module-dep = NET_LOG
74 module-str = Log level for network context allocation
75 module-help = Enables printing of network context allocations and frees.
78 module = NET_CONN
79 module-dep = NET_LOG
80 module-str = Log level for UDP/TCP connection handling
81 module-help = Enables UDP/TCP connection debug messages.
84 module = NET_ROUTE
85 module-dep = NET_LOG
86 module-str = Log level for route management
87 module-help = Enables routing engine debug messages.