| Top |
| const gchar * | oobs_iface_plip_get_address () |
| void | oobs_iface_plip_set_address () |
| const gchar * | oobs_iface_plip_get_remote_address () |
| void | oobs_iface_plip_set_remote_address () |
const gchar *
oobs_iface_plip_get_address (OobsIfacePlip *iface);
Returns the local IP address for the interface.
void oobs_iface_plip_set_address (OobsIfacePlip *iface,const gchar *address);
Sets a new local IP address for the interface, overwriting the previous one.
const gchar *
oobs_iface_plip_get_remote_address (OobsIfacePlip *iface);
Returns the remote IP address for the interface.
void oobs_iface_plip_set_remote_address (OobsIfacePlip *iface,const gchar *address);
Sets a new remote IP address for the interface, overwriting the previous one.