get_option
status_t (*get_option)(net_socket* socket, int level, int option,
return sSocketModule->get_option(protocol->socket, level, option, value,
return sSocketModule->get_option(protocol->socket, level, option, value,
return gSocketModule->get_option(protocol->socket, level, option, value,
return gSocketModule->get_option(protocol->socket, level, option, value,
return gNetSocketModule.get_option(protocol->socket, level, option, value,
status_t status = get_option(args, B_SAFEMODE_DRIVER_SETTINGS, parameter,
status = get_option(args, "kernel", parameter, parameterLength, buffer,
if (get_option(args, parameter, value, &length) != B_OK)
return get_option(NULL, parameter, buffer, _bufferSize);
return get_option(args, parameter, buffer, _bufferSize);