Home | History | Annotate | Download | only in libpcap

Lines Matching refs:portnum

411 	int			portnum;
413 portnum = ((u->chassis - 1) * 64) + ((u->geoslot - 1) * 8) + IOPportnum + 1;
414 snprintf(buf, bufsize, "%s_%d", proto, portnum);