Lines Matching full:capture
2 * @brief Network packet capture definitions
24 * @brief Network packet capture support functions
25 * @defgroup net_capture Network packet capture
71 * @param dev Network capture device. This is returned to the caller.
73 * @return 0 if ok, <0 if network packet capture setup failed
84 * @param dev Network capture device. User must allocate using the
87 * @return 0 if ok, <0 if network packet capture cleanup failed
110 * @param dev Network capture device
111 * @param iface Network interface we are starting to capture packets.
113 * @return 0 if ok, <0 if network packet capture enable failed
131 * @brief Is network packet capture enabled or disabled.
133 * @param dev Network capture device. If set to NULL, then the
134 * default capture device is used.
136 * @return True if enabled, False if network capture is disabled.
144 /* TODO: Go through all capture devices instead of one */ in net_capture_is_enabled()
164 * @param dev Network capture device
166 * @return 0 if ok, <0 if network packet capture disable failed
187 * @param dev Network capture device
191 * @return 0 if ok, <0 if network packet capture send failed
236 * @return 0 if captured packet was handled ok, <0 if the capture failed
263 /** The context information for cooked mode capture */
274 * @brief Initialize cooked mode capture context.
304 * @brief Capture arbitrary data from source that does not have an interface.
306 * you want to capture from. For example low level modem device
311 * @param ctx Cooked mode capture context.
312 * @param data Data to capture.
347 * @brief Callback used while iterating over capture devices
349 * @param info Information about capture device
355 * @brief Go through all the capture devices in order to get
360 * @param cb Callback to call for each capture device