Lines Matching full:packet
2 * @brief Network packet capture definitions
23 * @brief Network packet capture support functions
24 * @defgroup net_capture Network packet capture
58 * @brief Setup network packet capturing support.
70 * @return 0 if ok, <0 if network packet capture setup failed
76 * @brief Cleanup network packet capturing support.
84 * @return 0 if ok, <0 if network packet capture cleanup failed
101 * @brief Enable network packet capturing support.
110 * @return 0 if ok, <0 if network packet capture enable failed
128 * @brief Is network packet capture enabled or disabled.
149 * @brief Disable network packet capturing support.
153 * @return 0 if ok, <0 if network packet capture disable failed
172 * @brief Send captured packet.
175 * @param iface Network interface the packet is being sent
176 * @param pkt The network packet that is sent
178 * @return 0 if ok, <0 if network packet capture send failed
198 * @brief Check if the network packet needs to be captured or not.
199 * This is called for every network packet being sent.
201 * @param iface Network interface the packet is being sent
202 * @param pkt The network packet that is sent