Searched refs:IOPportnum (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | pcap-sita.c | 410 …id unified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u, int IOPportnum) { 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);
|