Lines Matching full:valid
73 bool valid; member
90 bool solicited; /* Subnet received valid Solicitation PDU */
112 /** @brief Call cb on every valid Subnet until it returns a non-zero value.
114 * @param cb Callback to call, or NULL to return first valid subnet. If the callback returns true,
123 /** @brief Iterate through all valid Subnets.
127 * @returns The number of valid subnets.
131 /** @brief Get the next valid Subnet.
133 * If there's only one valid Subnet, this will be returned on every call.
135 * @param sub Previous Subnet, or NULL to get the first valid.
137 * @returns Gets the next valid Subnet after @c sub, or NULL if there are no
138 * valid Subnets.
184 /** @brief Iterate through all valid network credentials to decrypt a message.
225 * @returns Whether the Subnet's second key is valid.