Go to the source code of this file.
Functions | |
| static int | read_packet (unsigned char *tspacket, int len, unsigned int dropped, void *callback_data) |
| int | test_connection (raw1394handle_t handle, int channel) |
| int | test_p2p (raw1394handle_t handle, nodeid_t node) |
| int | test_broadcast (raw1394handle_t handle, nodeid_t node) |
| int | fix_broadcast (raw1394handle_t handle, nodeid_t node) |
| void | usage (void) |
| int | main (int argc, char **argv) |
Variables | |
| int | verbose = 0 |
| int | sync_failed = 0 |
| int | nodata = 0 |
| static int read_packet | ( | unsigned char * | tspacket, | |
| int | len, | |||
| unsigned int | dropped, | |||
| void * | callback_data | |||
| ) | [static] |
Definition at line 33 of file firewire_tester.c.
Referenced by handle_packets(), init_put_byte(), mpegts_raw_read_packet(), mpegts_read_header(), and test_connection().
| int test_connection | ( | raw1394handle_t | handle, | |
| int | channel | |||
| ) |
| int test_p2p | ( | raw1394handle_t | handle, | |
| nodeid_t | node | |||
| ) |
| int test_broadcast | ( | raw1394handle_t | handle, | |
| nodeid_t | node | |||
| ) |
| int fix_broadcast | ( | raw1394handle_t | handle, | |
| nodeid_t | node | |||
| ) |
| void usage | ( | void | ) |
Definition at line 213 of file firewire_tester.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 228 of file firewire_tester.c.
| int verbose = 0 |
Definition at line 29 of file firewire_tester.c.
Referenced by checkfor_cid_info(), checkfor_two_rings(), extract_cid_field(), issue_modem_cmd(), main(), send_xml_output(), waitfor_ring(), and waitfor_udp().
| int sync_failed = 0 |
Definition at line 30 of file firewire_tester.c.
Referenced by read_packet(), test_broadcast(), test_connection(), and test_p2p().
| int nodata = 0 |
Definition at line 31 of file firewire_tester.c.
Referenced by read_packet(), and test_connection().
1.5.5