Searched refs:IOPportnum (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 419 …id unified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *u, int IOPportnum) { in unified_IOP_port_name() argument 422 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1; in unified_IOP_port_name() 431 int IOPportnum = 0; in translate_IOP_to_pcap_name() local 449 IOPportnum = atoi(&IOPname[2]); in translate_IOP_to_pcap_name() 455 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); in translate_IOP_to_pcap_name() 459 IOPportnum = atoi(&IOPname[3]); in translate_IOP_to_pcap_name() 465 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); in translate_IOP_to_pcap_name() 469 IOPportnum = atoi(&IOPname[3]); in translate_IOP_to_pcap_name() 472 unified_IOP_port_name(buf, sizeof buf, "wan", u, IOPportnum); in translate_IOP_to_pcap_name() 475 unified_IOP_port_name(buf, sizeof buf, "???", u, IOPportnum); in translate_IOP_to_pcap_name()
|