Home | History | Annotate | Download | only in src

Lines Matching refs:sport

220   u_short sport, dport;		/* src, dest port from packet if (gotinfo) */
280 sport = dport = 0;
309 sport = dport = 0;
316 sport = ih->icmp_type;
318 snprintf(dbuff, sizeof dbuff, "sport = %d", sport);
325 sport = ih6->icmp6_type;
327 snprintf(dbuff, sizeof dbuff, "sport = %d", sport);
354 sport = ntohs(uh->uh_sport);
357 snprintf(dbuff, sizeof dbuff, "sport = %d, dport = %d",
358 sport, dport);
372 sport = ntohs(th->th_sport);
380 "flags = %02x, sport = %d, dport = %d",
381 th->th_flags, sport, dport);
430 PortMatch(fp->f_srcop, sport, fp->f_srcport)) &&
462 prototxt(cproto), ncpaddr_ntoa(&srcaddr), sport,
473 ncpaddr_ntoa(&srcaddr), sport, dstip, dport);
489 sport, dstip, dport);