Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c412 …id unified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u, int IOPportnum) { in unified_IOP_port_name() argument
415 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1; in unified_IOP_port_name()
425 int IOPportnum = 0; in translate_IOP_to_pcap_name() local
446 IOPportnum = atoi(&IOPname[2]); in translate_IOP_to_pcap_name()
452 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); in translate_IOP_to_pcap_name()
456 IOPportnum = atoi(&IOPname[3]); in translate_IOP_to_pcap_name()
462 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); in translate_IOP_to_pcap_name()
466 IOPportnum = atoi(&IOPname[3]); in translate_IOP_to_pcap_name()
469 unified_IOP_port_name(buf, sizeof buf, "wan", u, IOPportnum); in translate_IOP_to_pcap_name()
472 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); in translate_IOP_to_pcap_name()