SolarCapture C Bindings
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
private.h
1 
12 #ifndef __SOLAR_CAPTURE_PRIVATE_H__
13 #define __SOLAR_CAPTURE_PRIVATE_H__
14 
15 extern int __sc_stream_extract_mcast_group(struct sc_stream* stream,
16  uint32_t* mcast_group);
17 extern int __sc_stream_extract_vlan_id(struct sc_stream* stream,
18  uint16_t* vlan_id);
19 
20 #endif /* __SOLAR_CAPTURE_PRIVATE_H__ */
21