Lines Matching refs:fatal
34 static void fatal(const char *fmt, ...)
114 fatal("phyints must appear before tunnels");
124 fatal("%s is not a configured interface",
138 fatal("Tunnel local address %s is not mine",
143 fatal("ioctl SIOCGIFFLAGS on %s",ffr.ifr_name);
145 fatal("Tunnel local address %s is a loopback interface",
149 fatal("Tunnel remote address %s is one of mine",
157 fatal("Duplicate tunnel to %s",
161 fatal("Unnecessary tunnel to %s",
166 fatal("too many vifs");
204 fatal("Too many named boundaries (max %d)", MAXBOUNDS);
237 | SRCRT { fatal("Source-route tunnels not supported"); }
253 fatal("Invalid netmask");
269 fatal("out of memory");
291 fatal("Invalid threshold %d",$2);
300 fatal("Invalid metric %d",$2);
309 fatal("Invalid rate_limit %d",$2);
323 fatal("out of memory");
344 fatal("Invalid interface name %s",$1);
352 fatal("No such host %s", $1);
355 fatal("Hostname %s does not %s",
372 fatal("Invalid boundary name %s",$1);
380 fatal("Boundaries must be 239.x.x.x, not %s/%d",
393 fatal(const char *fmt, ...)