Home
last modified time | relevance | path

Searched refs:ninterfaces (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.c338 int ninterfaces, nfields, nmethods; in java_link_class_type() local
367 ninterfaces = 0; in java_link_class_type()
370 ninterfaces = value_as_long (value_struct_elt (&temp, NULL, "interface_len", NULL, "structure")); in java_link_class_type()
372 TYPE_N_BASECLASSES (type) = (tsuper == NULL ? 0 : 1) + ninterfaces; in java_link_class_type()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_io.c182 int ninterfaces; /* Total number of interfaces */ variable
832 ninterfaces++; in add_interface()
1040 ninterfaces--; in remove_interface()
2078 DPRINTF(2, ("create_sockets: Total interfaces = %d\n", ninterfaces)); in create_sockets()
2080 return ninterfaces; in create_sockets()