|
join 1.0
lightweight network framework library
|

Classes | |
| class | InterfaceTest |
| Class used to test the interface API. More... | |
Functions | |
| TEST_F (InterfaceTest, index) | |
| test the index method. | |
| TEST_F (InterfaceTest, name) | |
| test the name method. | |
| TEST_F (InterfaceTest, mtu) | |
| test the mtu method. | |
| TEST_F (InterfaceTest, kind) | |
| test the kind method. | |
| TEST_F (InterfaceTest, mac) | |
| test the mac method. | |
| TEST_F (InterfaceTest, addAddress) | |
| test the addAddress method. | |
| TEST_F (InterfaceTest, addressList) | |
| test the addressList method. | |
| TEST_F (InterfaceTest, addRoute) | |
| test the addRoute method. | |
| TEST_F (InterfaceTest, routeList) | |
| test the routeList method. | |
| TEST_F (InterfaceTest, addToBridge) | |
| test the addToBridge method. | |
| TEST_F (InterfaceTest, flags) | |
| test the flags method. | |
| TEST_F (InterfaceTest, enable) | |
| test the enable method. | |
| TEST_F (InterfaceTest, isRunning) | |
| test the isRunning method. | |
| TEST_F (InterfaceTest, isLoopback) | |
| test the isLoopback method. | |
| TEST_F (InterfaceTest, isPointToPoint) | |
| test the isPointToPoint method. | |
| TEST_F (InterfaceTest, isDummy) | |
| test the isBridge method. | |
| TEST_F (InterfaceTest, isBridge) | |
| test the isBridge method. | |
| TEST_F (InterfaceTest, isVlan) | |
| test the isVlan method. | |
| TEST_F (InterfaceTest, isVeth) | |
| test the isVeth method. | |
| TEST_F (InterfaceTest, isGre) | |
| test the isGre method. | |
| TEST_F (InterfaceTest, isTun) | |
| test the isTun method. | |
| TEST_F (InterfaceTest, supportsBroadcast) | |
| test the supportsBroadcast method. | |
| TEST_F (InterfaceTest, supportsMulticast) | |
| test the supportsMulticast method. | |
| TEST_F (InterfaceTest, supportsIpv4) | |
| test the supportsIpv4 method. | |
| TEST_F (InterfaceTest, supportsIpv6) | |
| test the supportsIpv6 method. | |
| TEST_F (InterfaceTest, compare) | |
| test the compare method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | InterfaceTest | , |
| addAddress | ) |
test the addAddress method.
| TEST_F | ( | InterfaceTest | , |
| addressList | ) |
test the addressList method.
| TEST_F | ( | InterfaceTest | , |
| addRoute | ) |
test the addRoute method.
| TEST_F | ( | InterfaceTest | , |
| addToBridge | ) |
test the addToBridge method.
| TEST_F | ( | InterfaceTest | , |
| compare | ) |
test the compare method.
| TEST_F | ( | InterfaceTest | , |
| enable | ) |
test the enable method.
| TEST_F | ( | InterfaceTest | , |
| flags | ) |
test the flags method.
| TEST_F | ( | InterfaceTest | , |
| index | ) |
test the index method.
| TEST_F | ( | InterfaceTest | , |
| isBridge | ) |
test the isBridge method.
| TEST_F | ( | InterfaceTest | , |
| isDummy | ) |
test the isBridge method.
| TEST_F | ( | InterfaceTest | , |
| isGre | ) |
test the isGre method.
| TEST_F | ( | InterfaceTest | , |
| isLoopback | ) |
test the isLoopback method.
| TEST_F | ( | InterfaceTest | , |
| isPointToPoint | ) |
test the isPointToPoint method.
| TEST_F | ( | InterfaceTest | , |
| isRunning | ) |
test the isRunning method.
| TEST_F | ( | InterfaceTest | , |
| isTun | ) |
test the isTun method.
| TEST_F | ( | InterfaceTest | , |
| isVeth | ) |
test the isVeth method.
| TEST_F | ( | InterfaceTest | , |
| isVlan | ) |
test the isVlan method.
| TEST_F | ( | InterfaceTest | , |
| kind | ) |
test the kind method.
| TEST_F | ( | InterfaceTest | , |
| mac | ) |
test the mac method.
| TEST_F | ( | InterfaceTest | , |
| mtu | ) |
test the mtu method.
| TEST_F | ( | InterfaceTest | , |
| name | ) |
test the name method.
| TEST_F | ( | InterfaceTest | , |
| routeList | ) |
test the routeList method.
| TEST_F | ( | InterfaceTest | , |
| supportsBroadcast | ) |
test the supportsBroadcast method.
| TEST_F | ( | InterfaceTest | , |
| supportsIpv4 | ) |
test the supportsIpv4 method.
| TEST_F | ( | InterfaceTest | , |
| supportsIpv6 | ) |
test the supportsIpv6 method.
| TEST_F | ( | InterfaceTest | , |
| supportsMulticast | ) |
test the supportsMulticast method.