Searched refs:DST_PORT (Results 1 – 15 of 15) sorted by relevance
29 if [ -n "$DST_PORT" ]; then30 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)71 if [ -n "$DST_PORT" ]; then
31 if [ -n "$DST_PORT" ]; then32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)64 if [ -n "$DST_PORT" ]; then
48 if [ -n "$DST_PORT" ]; then49 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)81 if [ -n "$DST_PORT" ]; then
36 if [ -n "$DST_PORT" ]; then37 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)72 if [ -n "$DST_PORT" ]; then
31 if [ -n "$DST_PORT" ]; then32 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)63 if [ -n "$DST_PORT" ]; then
40 if [ -n "$DST_PORT" ]; then41 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)72 if [ -n "$DST_PORT" ]; then
26 if [ -n "$DST_PORT" ]; then27 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)73 if [ -n "$DST_PORT" ]; then
42 if [ -n "$DST_PORT" ]; then43 read -r UDP_DST_MIN UDP_DST_MAX <<< $(parse_ports $DST_PORT)89 if [ -n "$DST_PORT" ]; then
46 export DST_PORT=$OPTARG47 info "Destination PORT set to: DST_PORT=$DST_PORT"
23 -p : ($DST_PORT) destination PORT range (e.g. 433-444) is also allowed
16 #define DST_PORT 4040 macro38 ctx->user_port == bpf_htons(DST_PORT)) { in sendmsg_v4_prog()
71 static const __u16 DST_PORT = 7007; /* Host byte order */ variable106 if (ctx->local_port != DST_PORT) in redir_port()127 if (ctx->local_port != DST_PORT) in redir_ip4()150 if (ctx->local_port != DST_PORT) in redir_ip6()414 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access()415 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access()418 if (LSW(ctx->local_port, 0) != DST_PORT) in ctx_narrow_access()
124 #define DST_PORT BIT(0x8) macro
353 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
183 COPY_FIELD(LOC_PORT, loc_port, DST_PORT); in efx_mcdi_filter_push_prep_set_match_fields()289 MAP_FILTER_TO_MCDI_FLAG(LOC_PORT, DST_PORT, encap_type); in efx_mcdi_filter_mcdi_flags_from_spec()1214 MAP_FLAG(LOC_PORT, DST_PORT); in efx_mcdi_filter_match_flags_from_mcdi()