/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...] |
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_core.h | 100 #define VCHIQ_MSG_OPEN 2 /* + (srcport, -), fourcc, client_id */ 101 #define VCHIQ_MSG_OPENACK 3 /* + (srcport, dstport) */ 102 #define VCHIQ_MSG_CLOSE 4 /* + (srcport, dstport) */ 103 #define VCHIQ_MSG_DATA 5 /* + (srcport, dstport) */ 104 #define VCHIQ_MSG_BULK_RX 6 /* + (srcport, dstport), data, size */ 105 #define VCHIQ_MSG_BULK_TX 7 /* + (srcport, dstport), data, size */ 106 #define VCHIQ_MSG_BULK_RX_DONE 8 /* + (srcport, dstport), actual */ 107 #define VCHIQ_MSG_BULK_TX_DONE 9 /* + (srcport, dstport), actual */ 117 #define VCHIQ_MAKE_MSG(type, srcport, dstport) \ 118 ((type<<24) | (srcport<<12) | (dstport<<0) [all...] |
/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) &&
|