#include <cybergarage/net/cinterface.h>#include <cybergarage/util/clog.h>Functions | |
| CgNetworkInterface * | cg_net_interface_new () |
| void | cg_net_interface_delete (CgNetworkInterface *netIf) |
| CgNetworkInterface * | cg_net_interface_getany () |
| void | cg_net_interface_setname (CgNetworkInterface *netIf, char *name) |
| char * | cg_net_interface_getname (CgNetworkInterface *netIf) |
| void | cg_net_interface_setaddress (CgNetworkInterface *netIf, char *value) |
| char * | cg_net_interface_getaddress (CgNetworkInterface *netIf) |
| void | cg_net_interface_setindex (CgNetworkInterface *netIf, int value) |
| int | cg_net_interface_getindex (CgNetworkInterface *netIf) |
| int | cg_net_interface_cmp (CgNetworkInterface *netIfA, CgNetworkInterface *netIfB) |
|
||||||||||||
|
Compares two interfaces based on IP-address. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6