Home | History | Annotate | Download | only in altqstat

Lines Matching defs:INTERFACE

58  *	<interface> or <class> or <filter>.
59 * <interface> = <if_name>
76 * to retrieve a list of classes (handle and name) on interface "fxp0":
104 enum nametype { INTERFACE, CLASS, FILTER, CONDITIONER };
309 static char interface[64];
314 /* get an interface list from the server */
319 errx(1, "can't get interface list");
323 if (sscanf(cp, "%x %63s", &if_index, interface) != 2)
327 return (interface);
329 if (strcmp(ifname, interface) == 0)
331 return (interface);
335 errx(1, "can't get interface");
349 "specify both interface (-i) and qdisc (-q)!");
491 type = INTERFACE;
498 case INTERFACE: