Home
last modified time | relevance | path

Searched refs:dstport (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/lib/
Daltsvc.c100 unsigned int dstport) in altsvc_createid() argument
116 as->dst.port = curlx_ultous(dstport); in altsvc_createid()
129 unsigned int dstport) in altsvc_create() argument
136 srcport, dstport); in altsvc_create()
151 unsigned int dstport; in altsvc_add() local
161 dstalpn, dsthost, &dstport, in altsvc_add()
166 as = altsvc_create(srchost, dsthost, srcalpn, dstalpn, srcport, dstport); in altsvc_add()
447 unsigned short dstport = srcport; /* the same by default */ in Curl_altsvc_parse() local
510 dstport = curlx_ultous(port); in Curl_altsvc_parse()
565 srcport, dstport); in Curl_altsvc_parse()
[all …]
/third_party/mbedtls/programs/fuzz/
DREADME.md52 * Extract tcp payloads, for instance with tshark : `tshark -Tfields -e tcp.dstport -e tcp.payload -…
56 …f dummy.py for extracting payload from client to server (if we used `tcp.dstport` in tshark comman…
/third_party/libnl/lib/netfilter/
Dexp.c137 uint16_t srcport = 0, dstport = 0, icmpid = 0; in exp_parse_proto() local
150 dstport = ntohs(nla_get_u16(tb[CTA_PROTO_DST_PORT])); in exp_parse_proto()
152 nfnl_exp_set_ports(exp, tuple, srcport, dstport); in exp_parse_proto()
Dexp_obj.c786 void nfnl_exp_set_ports(struct nfnl_exp *exp, int tuple, uint16_t srcport, uint16_t dstport) in nfnl_exp_set_ports() argument
791 dir->proto.l4protodata.port.dst = dstport; in nfnl_exp_set_ports()
/third_party/ltp/testcases/network/virt/
Dvirt_lib.sh49 ip link add type vxlan help 2>&1 | grep -q dstport && vxlan_dstport=1
/third_party/iptables/extensions/
Dlibxt_hashlimit.man80 \-\-hashlimit-mode srcip,dstip,srcport,dstport \-\-hashlimit\-above 512kb/s