HomeSort by: relevance | last modified time | path
    Searched refs:dstport (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop.c 1240 u_int16_t srcport, dstport; local in function:filt_subset
1268 dstport = ntohs(front->ff_flow.fi_dport);
1269 if (dstport > 0 /* && dstport < 1024 */ &&
1276 dstport = ntohs(back->ff_flow.fi_dport);
1279 dstport > 0 /* && dstport < 1024 */)
1328 dstport = ntohs(front6->ff_flow6.fi6_dport);
1329 if (dstport > 0 /* && dstport < 1024 */ &
    [all...]
  /src/tests/net/net/
t_pktinfo_send.c 109 const char *src, const char *dst, in_port_t dstport)
125 sock_in_init(&to, dst, dstport);
163 const char *src, const char *dst, in_port_t dstport)
171 src, dst, dstport));
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 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))

Completed in 13 milliseconds