Include dependency graph for netsync.c:

Data Structures | |
| struct | intf_sys_t |
Defines | |
| #define | NETSYNC_PORT 9875 |
| #define | INADDR_NONE 0xffffffff |
| #define | NETSYNC_TEXT N_( "Act as master" ) |
| #define | NETSYNC_LONGTEXT |
| #define | MIP_TEXT N_( "Master client ip address" ) |
| #define | MIP_LONGTEXT |
| #define | MAX_MSG_LENGTH (2 * sizeof(int64_t)) |
Functions | |
| static int | Activate (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static mtime_t | GetClockRef (intf_thread_t *, mtime_t) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static void | Run (intf_thread_t *p_intf) |
| #define INADDR_NONE 0xffffffff |
| #define MAX_MSG_LENGTH (2 * sizeof(int64_t)) |
| #define MIP_LONGTEXT |
Value:
N_( "IP address of " \ "the master client used for the network synchronisation." )
| #define NETSYNC_LONGTEXT |
Value:
N_( "Should " \ "act as the master client for the network synchronisation?" )
| #define NETSYNC_PORT 9875 |
| #define NETSYNC_TEXT N_( "Act as master" ) |
| static int Activate | ( | vlc_object_t * | ) | [static] |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static mtime_t GetClockRef | ( | intf_thread_t * | , | |
| mtime_t | ||||
| ) | [static] |
| static void Run | ( | intf_thread_t * | p_intf | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1