Searched refs:unit_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-sita.c75 } unit_t; typedef in typeref:struct:unit
78 static unit_t units[MAX_CHASSIS+1][MAX_GEOSLOT+1]; /* we use indexes of 1 through 8, but we reserve/waste index 0 */
167 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) {
184 unit_t *u;
197 static void empty_unit_iface(unit_t *u) {
212 unit_t *u = &units[chassis][geoslot];
263 unit_t *u;
308 static int open_with_IOP(unit_t *u, int flag) {
349 unit_t *u;
397 static char *nonUnified_port_num(unit_t *
[all...]
/macosx-10.9.5/file_cmds-230/df/
H A Ddf.c116 typedef enum { NONE, KILO, MEGA, GIGA, TERA, PETA, UNIT_MAX } unit_t; typedef in typeref:enum:__anon8869
118 unit_t unitp [] = { NONE, KILO, MEGA, GIGA, TERA, PETA };
130 unit_t unit_adjust(double *);
356 unit_t
360 unit_t unit;
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c100 typedef enum { NONE, KILO, MEGA, GIGA, TERA, PETA, UNIT_MAX } unit_t; typedef in typeref:enum:__anon8870
114 unit_t unit_adjust(double *);
649 unit_t
653 unit_t unit;
673 unit_t unit;

Completed in 133 milliseconds