Searched refs:IOPportnum (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-sita.c | 408 …id unified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u, int IOPportnum) { 411 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1; 421 int IOPportnum = 0; local 442 IOPportnum = atoi(&IOPname[2]); 448 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); 452 IOPportnum = atoi(&IOPname[3]); 458 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); 462 IOPportnum = atoi(&IOPname[3]); 465 unified_IOP_port_name(buf, sizeof buf, "wan", u, IOPportnum); 468 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum);
|