Home
last modified time | relevance | path

Searched refs:src_port (Results 1 - 13 of 13) sorted by relevance

/third_party/alsa-lib/src/seq/
H A Dseqmid.c111 * \param src_port sender port id
119 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from() argument
125 subs.sender.port = src_port; in snd_seq_connect_from()
165 * \param src_port sender port id
173 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_disconnect_from() argument
179 subs.sender.port = src_port; in snd_seq_disconnect_from()
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c106 uint16_t src_port = htons(port - 1); in setup_client() local
111 update_packet_field(&off, &src_port, 2); in setup_client()
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc1478 auto src_port = rb_.pos(); in proxy_protocol_read() local
1498 port_ = make_string_ref(balloc_, StringRef{src_port, src_port + src_portlen}); in proxy_protocol_read()
1647 uint16_t src_port; in proxy_protocol_v2_read() local
1649 memcpy(&src_port, p, sizeof(src_port)); in proxy_protocol_v2_read()
1650 src_port = ntohs(src_port); in proxy_protocol_v2_read()
1656 port_ = util::make_string_ref_uint(balloc_, src_port); in proxy_protocol_v2_read()
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c48 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment_wnd()
83 tcphdr->src = htons(src_port); in tcp_create_segment_wnd()
113 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment()
116 return tcp_create_segment_wnd(src_ip, dst_ip, src_port, dst_port, data, in tcp_create_segment()
47 tcp_create_segment_wnd(ip_addr_t* src_ip, ip_addr_t* dst_ip, u16_t src_port, u16_t dst_port, void* data, size_t data_len, u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) tcp_create_segment_wnd() argument
112 tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip, u16_t src_port, u16_t dst_port, void* data, size_t data_len, u32_t seqno, u32_t ackno, u8_t headerflags) tcp_create_segment() argument
H A Dtcp_helper.h39 u16_t src_port, u16_t dst_port, void* data, size_t data_len,
/third_party/alsa-lib/include/
H A Dseqmid.h374 int snd_seq_connect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
376 int snd_seq_disconnect_from(snd_seq_t *seq, int my_port, int src_client, int src_port);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Drobust_av.c64 wpabuf_put_be16(buf, type4_param->ip_params.v4.src_port); in wpas_populate_type4_classifier()
75 wpabuf_put_be16(buf, type4_param->ip_params.v6.src_port); in wpas_populate_type4_classifier()
243 2 + /* src_port */ in tclas_elem_len()
746 res = os_snprintf(pos, rem_len, " src_port=%d", v4->src_port); in write_ipv4_info()
815 res = os_snprintf(pos, rem_len, " src_port=%d", v6->src_port); in write_ipv6_info()
900 type4_param->ip_params.v4.src_port = in set_frame_classifier_type4_ipv4()
966 type4_param->ip_params.v6.src_port = in set_frame_classifier_type4_ipv6()
H A Dwpa_supplicant_i.h619 u16 src_port; member
630 u16 src_port; member
H A Dctrl_iface.c11583 pos = os_strstr(cmd, "src_port=");
11586 param->ip_params.v4.src_port = atoi(pos + 9);
11588 param->ip_params.v6.src_port = atoi(pos + 9);
/third_party/python/Lib/test/
H A Dtest_smtplib.py292 src_port = socket_helper.find_unused_port()
296 source_address=(self.host, src_port))
298 self.assertEqual(smtp.source_address, (self.host, src_port))
303 self.skipTest("couldn't bind to source port %d" % src_port)
/third_party/lwip/src/core/
H A Dtcp_out.c1833 u16_t src_port, u16_t dst_port, u8_t flags, u16_t wnd) in tcp_output_alloc_header_common()
1843 tcphdr->src = lwip_htons(src_port); in tcp_output_alloc_header_common()
1831 tcp_output_alloc_header_common(u32_t ackno, u16_t optlen, u16_t datalen, u32_t seqno_be , u16_t src_port, u16_t dst_port, u8_t flags, u16_t wnd) tcp_output_alloc_header_common() argument
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h6223 __u32 src_port; /* host byte order */ member
/third_party/ffmpeg/libavformat/
H A Dmov.c4512 int src_port=-1;
4515 av_url_split(src_proto, sizeof(src_proto), src_auth, sizeof(src_auth), src_host, sizeof(src_host), &src_port, NULL, 0, src);
4528 src_port != ref_port) {

Completed in 46 milliseconds