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

  /src/external/bsd/libpcap/dist/
pcap-sita.c 76 } unit_t; typedef in typeref:struct:unit
86 static unit_t units[MAX_CHASSIS+1][MAX_GEOSLOT+1]; /* we use indexes of 1 through 8, but we reserve/waste index 0 */
173 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) {
190 unit_t *u;
203 static void empty_unit_iface(unit_t *u) {
218 unit_t *u = &units[chassis][geoslot];
276 unit_t *u;
322 static int open_with_IOP(unit_t *u, int flag) {
371 unit_t *u;
419 static void nonUnified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u)
    [all...]
pcap-sita.c 76 } unit_t; typedef in typeref:struct:unit
86 static unit_t units[MAX_CHASSIS+1][MAX_GEOSLOT+1]; /* we use indexes of 1 through 8, but we reserve/waste index 0 */
173 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) {
190 unit_t *u;
203 static void empty_unit_iface(unit_t *u) {
218 unit_t *u = &units[chassis][geoslot];
276 unit_t *u;
322 static int open_with_IOP(unit_t *u, int flag) {
371 unit_t *u;
419 static void nonUnified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u)
    [all...]

Completed in 85 milliseconds