Home | History | Annotate | Download | only in src

Lines Matching refs:interface

61 	 We allow these to be treated as aliases of another interface which does have
62 an IP address with --dhcp-bridge=interface,alias,alias */
73 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name);
127 /* check whether the interface IP has been added already
391 * for a single given irec (interface name and address) create
394 * to create just a single new listener dynamically when our interface
397 * iface - input of the new interface details to listen on
443 /* An interface may have an IPv6 address which is still undergoing DAD.
482 * Close the sockets listening on the given interface
486 * until we exited. Now, if an interface moves off the to-listen list we need to
489 * interface - input of the interface details to listen on
491 int close_bound_listener(struct irec *interface)
497 if (listener_iface && interface) {
498 if (sockaddr_isequal(&listener_iface->addr, &interface->addr)) {
502 if (interface == NULL && listener_iface == NULL) {
581 /* An interface
737 strcmp(intname, sfd->interface) == 0)
760 strcpy(sfd->interface, intname);
768 this allows query_port to be a low port and interface binding */
798 !allocate_sfd(&srv->source_addr, srv->interface) &&
803 if (srv->interface[0] != 0)
806 strcat(daemon->namebuff, srv->interface);
841 my_syslog(LOG_WARNING, _("ignoring nameserver %s - local interface"), daemon->namebuff);
848 !(new->sfd = allocate_sfd(&new->source_addr, new->interface)) &&
878 else if (new->interface[0] != 0)
879 my_syslog(LOG_INFO, _("using nameserver %s#%d(via %s)"), daemon->namebuff, port, new->interface);
902 char *interface;
915 die(_("interface string too long: %s"), NULL, EC_BADNET);
918 while((interface = strsep(&next, ":"))) {
921 if ((if_tmp->name = strdup(interface)) == NULL) {
934 die(_("unknown interface given %s in set_interfaces: %s"), if_tmp->name, EC_BADNET);
1082 serv->interface[0] = 0;
1195 serv->interface[0] = 0;