Lines Matching defs:srcport
1240 u_int16_t srcport, dstport;
1267 srcport = ntohs(back->ff_flow.fi_sport);
1270 srcport > 0 /* && srcport < 1024 */)
1277 srcport = ntohs(front->ff_flow.fi_sport);
1278 if (srcport > 0 /* && srcport < 1024 */ &&
1327 srcport = ntohs(back6->ff_flow6.fi6_sport);
1330 srcport > 0 /* && srcport < 1024 */)
1337 srcport = ntohs(front6->ff_flow6.fi6_sport);
1338 if (srcport > 0 /* && srcport < 1024 */ &&