HomeSort by: relevance | last modified time | path
    Searched defs:srcport (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/traceroute6/
traceroute6.c 345 static u_int16_t srcport; variable in typeref:typename:u_int16_t
646 srcport = ntohs(Src.sin6_port);
989 up->uh_sport == htons(srcport) &&
  /src/usr.sbin/altq/libaltq/
qop.c 1240 u_int16_t srcport, dstport; local in function:filt_subset
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 */
    [all...]

Completed in 34 milliseconds