HomeSort by: relevance | last modified time | path
    Searched defs:INTERFACE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/
ubsan_minimal_handlers.cc 77 #define INTERFACE extern "C" __attribute__((visibility("default")))
82 INTERFACE void __ubsan_handle_##name##_minimal() { \
88 INTERFACE void __ubsan_handle_##name##_minimal_abort() { \
  /src/usr.sbin/altq/altqstat/
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...]

Completed in 12 milliseconds