|
join 1.0
lightweight network framework library
|

Classes | |
| class | IcmpSocket |
| Class used to test the ICMP socket API. More... | |
Functions | |
| TEST_F (IcmpSocket, open) | |
| Test open method. | |
| TEST_F (IcmpSocket, close) | |
| Test close method. | |
| TEST_F (IcmpSocket, bind) | |
| Test bind method. | |
| TEST_F (IcmpSocket, bindToDevice) | |
| Test bindToDevice method. | |
| TEST_F (IcmpSocket, connect) | |
| Test connect method. | |
| TEST_F (IcmpSocket, disconnect) | |
| disconnect method. | |
| TEST_F (IcmpSocket, canRead) | |
| Test canRead method. | |
| TEST_F (IcmpSocket, waitReadyRead) | |
| Test waitReadyRead method. | |
| TEST_F (IcmpSocket, read) | |
| Test read method. | |
| TEST_F (IcmpSocket, readFrom) | |
| Test readFrom method. | |
| TEST_F (IcmpSocket, waitReadyWrite) | |
| Test waitReadyWrite method. | |
| TEST_F (IcmpSocket, write) | |
| Test write method. | |
| TEST_F (IcmpSocket, writeTo) | |
| Test writeTo method. | |
| TEST_F (IcmpSocket, setMode) | |
| Test setMode method. | |
| TEST_F (IcmpSocket, setOption) | |
| Test setOption method. | |
| TEST_F (IcmpSocket, localEndpoint) | |
| Test localEndpoint method. | |
| TEST_F (IcmpSocket, opened) | |
| Test opened method. | |
| TEST_F (IcmpSocket, connected) | |
| Test connected method. | |
| TEST_F (IcmpSocket, encrypted) | |
| Test encrypted method. | |
| TEST_F (IcmpSocket, family) | |
| Test family method. | |
| TEST_F (IcmpSocket, type) | |
| Test type method. | |
| TEST_F (IcmpSocket, protocol) | |
| Test protocol method. | |
| TEST_F (IcmpSocket, handle) | |
| Test handle method. | |
| TEST_F (IcmpSocket, mtu) | |
| Test mtu method. | |
| TEST_F (IcmpSocket, ttl) | |
| Test ttl method. | |
| TEST_F (IcmpSocket, checksum) | |
| Test checksum method. | |
| TEST_F (IcmpSocket, lower) | |
| Test is lower method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | IcmpSocket | , |
| bind | ) |
Test bind method.
| TEST_F | ( | IcmpSocket | , |
| bindToDevice | ) |
Test bindToDevice method.
| TEST_F | ( | IcmpSocket | , |
| canRead | ) |
Test canRead method.
| TEST_F | ( | IcmpSocket | , |
| checksum | ) |
Test checksum method.
| TEST_F | ( | IcmpSocket | , |
| close | ) |
Test close method.
| TEST_F | ( | IcmpSocket | , |
| connect | ) |
Test connect method.
| TEST_F | ( | IcmpSocket | , |
| connected | ) |
Test connected method.
| TEST_F | ( | IcmpSocket | , |
| disconnect | ) |
disconnect method.
| TEST_F | ( | IcmpSocket | , |
| encrypted | ) |
Test encrypted method.
| TEST_F | ( | IcmpSocket | , |
| family | ) |
Test family method.
| TEST_F | ( | IcmpSocket | , |
| handle | ) |
Test handle method.
| TEST_F | ( | IcmpSocket | , |
| localEndpoint | ) |
Test localEndpoint method.
| TEST_F | ( | IcmpSocket | , |
| lower | ) |
Test is lower method.
| TEST_F | ( | IcmpSocket | , |
| mtu | ) |
Test mtu method.
| TEST_F | ( | IcmpSocket | , |
| open | ) |
Test open method.
| TEST_F | ( | IcmpSocket | , |
| opened | ) |
Test opened method.
| TEST_F | ( | IcmpSocket | , |
| protocol | ) |
Test protocol method.
| TEST_F | ( | IcmpSocket | , |
| read | ) |
Test read method.
| TEST_F | ( | IcmpSocket | , |
| readFrom | ) |
Test readFrom method.
| TEST_F | ( | IcmpSocket | , |
| setMode | ) |
Test setMode method.
| TEST_F | ( | IcmpSocket | , |
| setOption | ) |
Test setOption method.
| TEST_F | ( | IcmpSocket | , |
| ttl | ) |
Test ttl method.
| TEST_F | ( | IcmpSocket | , |
| type | ) |
Test type method.
| TEST_F | ( | IcmpSocket | , |
| waitReadyRead | ) |
Test waitReadyRead method.
| TEST_F | ( | IcmpSocket | , |
| waitReadyWrite | ) |
Test waitReadyWrite method.
| TEST_F | ( | IcmpSocket | , |
| write | ) |
Test write method.
| TEST_F | ( | IcmpSocket | , |
| writeTo | ) |
Test writeTo method.