Lines Matching defs:interface
56 We allow these to be treated as aliases of another interface which does have
57 an IP address with --dhcp-bridge=interface,alias,alias */
65 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
111 /* check whether the interface IP has been added already
340 * for a single given irec (interface name and address) create
343 * to create just a single new listener dynamically when our interface
346 * iface - input of the new interface details to listen on
385 /* An interface may have an IPv6 address which is still undergoing DAD.
419 * Otherwise, any listeners that are preserved across interface list changes
420 * will point at interface structures that are free()d at the end of
468 * Close the sockets listening on the given interface
472 * until we exited. Now, if an interface moves off the to-listen list we need to
475 * interface - input of the interface details to listen on
543 /* An interface may have an IPv6 address which is still undergoing DAD.
660 strcmp(intname, sfd->interface) == 0)
680 strcpy(sfd->interface, intname);
689 this allows query_port to be a low port and interface binding */
711 !allocate_sfd(&srv->source_addr, srv->interface, srv->mark) && errno != 0 &&
714 if (srv->interface[0] != 0) {
716 strcat(daemon->namebuff, srv->interface);
742 my_syslog(LOG_WARNING, _("ignoring nameserver %s - local interface"),
750 !(new->sfd = allocate_sfd(&new->source_addr, new->interface, new->mark)) &&
777 } else if (new->interface[0] != 0)
779 new->interface);
801 char* interface;
814 die(_("interface string too long: %s"), NULL, EC_BADNET);
817 while ((interface = strsep(&next, SEPARATOR))) {
818 if (!if_nametoindex(interface)) {
819 my_syslog(LOG_ERR, _("interface given in %s: '%s' has no ifindex; ignoring"),
820 __FUNCTION__, interface);
825 if ((if_tmp->name = strdup(interface)) == NULL) {
834 * daemon->interfaces for interface names listed in daemon->if_names.
843 my_syslog(LOG_ERR, _("unknown interface given %s in set_interfaces()"), if_tmp->name);
988 serv->interface[0] = 0;
1081 serv->interface[0] = 0;