Lines Matching refs:fixed_addr
2055 if ((reply->host != NULL) && (reply->host->fixed_addr != NULL)) {
2060 reply->host->fixed_addr, MDL)) {
4456 struct data_string fixed_addr;
4469 memset(&fixed_addr, 0, sizeof(fixed_addr));
4471 if ((reply->host->fixed_addr != NULL) &&
4472 (evaluate_option_cache(&fixed_addr, NULL, NULL, NULL,
4474 reply->host->fixed_addr, MDL))) {
4475 if (fixed_addr.len >= 16) {
4477 memcpy(tmp_addr.iabuf, fixed_addr.data, 16);
4484 data_string_forget(&fixed_addr, MDL);
5875 struct data_string fixed_addr;
5893 memset(&fixed_addr, 0, sizeof(fixed_addr));
6016 if (host->fixed_addr != NULL) {
6017 if (!evaluate_option_cache(&fixed_addr, NULL,
6020 host->fixed_addr,
6027 !memcmp(fixed_addr.data, iaaddr.data, 16)) {
6028 data_string_forget(&fixed_addr, MDL);
6031 data_string_forget(&fixed_addr, MDL);
6106 if (fixed_addr.buffer != NULL) {
6107 data_string_forget(&fixed_addr, MDL);
8035 if (seek->fixed_addr == NULL)
8057 if (host->fixed_addr == NULL)
8062 &global_scope, host->fixed_addr, MDL))