quip_client.c | 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]; local in function:quip_selectinterface 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 [all...] |