Changeset View
Changeset View
Standalone View
Standalone View
lib/libifconfig/libifconfig_internal.h
Show First 20 Lines • Show All 77 Lines • ▼ Show 20 Lines | |||||
* } | * } | ||||
* } | * } | ||||
*/ | */ | ||||
int ifconfig_socket(ifconfig_handle_t *h, const int addressfamily, int *s); | int ifconfig_socket(ifconfig_handle_t *h, const int addressfamily, int *s); | ||||
/** Function to wrap ioctl() and automatically populate ifconfig_errstate when appropriate.*/ | /** Function to wrap ioctl() and automatically populate ifconfig_errstate when appropriate.*/ | ||||
int ifconfig_ioctlwrap(ifconfig_handle_t *h, const int addressfamily, | int ifconfig_ioctlwrap(ifconfig_handle_t *h, const int addressfamily, | ||||
unsigned long request, void *data); | unsigned long request, void *data); | ||||
void ifconfig_error_clear(ifconfig_handle_t *h); | |||||
void ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error); |