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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c410 static void unified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u, int IOPportnum) { argument
413 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1;
423 int IOPportnum = 0; local
444 IOPportnum = atoi(&IOPname[2]);
450 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum);
454 IOPportnum = atoi(&IOPname[3]);
460 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum);
464 IOPportnum = atoi(&IOPname[3]);
467 unified_IOP_port_name(buf, sizeof buf, "wan", u, IOPportnum);
470 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum);
[all...]

Completed in 263 milliseconds