/external/tcpdump/ |
D | print-tipc.c | 115 uint32_t dest_port; member 171 u_int dest_port; in print_payload() local 175 ND_TCHECK(ap->dest_port); in print_payload() 184 dest_port = EXTRACT_32BITS(&ap->dest_port); in print_payload() 189 orig_port, dest_port, in print_payload() 202 dest_port, in print_payload()
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | txtimestamp.c | 69 static uint16_t dest_port = 9000; variable 376 udph->source = ntohs(dest_port + 1); /* spoof */ in fill_header_udp() 377 udph->dest = ntohs(dest_port); in fill_header_udp() 608 dest_port = strtoul(optarg, NULL, 10); in parse_opt() 675 daddr.sin_port = htons(dest_port); in resolve_hostname() 680 daddr6.sin6_port = htons(dest_port); in resolve_hostname() 761 fprintf(stderr, "server port: %u\n", dest_port); in main()
|
/external/u-boot/drivers/net/ |
D | netconsole.c | 135 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port, in nc_input_packet() argument 140 if (dest_port != nc_in_port || !len) in nc_input_packet()
|
/external/autotest/client/deps/lansim/src/py/ |
D | host.py | 157 def tcp_forward(self, port, dest_addr, dest_port): argument 174 self._tcp_fwd_ports[port] = socket.inet_aton(dest_addr), dest_port
|
/external/webrtc/webrtc/test/ |
D | rtp_file_reader.cc | 379 uint16_t dest_port; member 567 TRY_PCAP(Read(&marker->dest_port, true)); in ReadXxpIpHeader()
|
/external/tcpdump/tests/ |
D | of10_7050sx_bsn-vv.out | 307 subtype MIRROR, dest_port 21, vlan_tag none, copy_stage INGRESS 313 subtype MIRROR, dest_port 21, vlan_tag 802.1Q (vlan 2, p 4), copy_stage INGRESS 316 subtype MIRROR, dest_port 23, vlan_tag 802.1Q (vlan 2748, p 5, DEI), copy_stage EGRESS 321 subtype MIRROR, dest_port 21, vlan_tag 802.1Q (vlan 0, p 1), copy_stage INGRESS
|
/external/u-boot/lib/efi_loader/ |
D | efi_net.c | 753 u16 *dest_port, in efi_pxe_base_code_udp_write() argument 765 u16 *dest_port, struct efi_ip_address *src_ip, in efi_pxe_base_code_udp_read() argument
|
/external/openssh/ |
D | channels.c | 1126 u_int16_t dest_port; in channel_decode_socks4() member 1163 buffer_get(&c->input, (char *)&s4_req.dest_port, 2); in channel_decode_socks4() 1202 c->host_port = ntohs(s4_req.dest_port); in channel_decode_socks4() 1214 s4_rsp.dest_port = 0; /* ignored */ in channel_decode_socks4() 1239 u_int16_t dest_port; in channel_decode_socks5() local 1312 buffer_get(&c->input, (char *)&dest_port, 2); in channel_decode_socks5() 1328 c->host_port = ntohs(dest_port); in channel_decode_socks5() 1337 dest_port = 0; /* ignored */ in channel_decode_socks5() 1341 buffer_append(&c->output, &dest_port, sizeof(dest_port)); in channel_decode_socks5()
|
/external/u-boot/include/ |
D | net.h | 686 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port,
|
D | efi_api.h | 1420 u16 *dest_port, 1428 u16 *dest_port, struct efi_ip_address *src_ip,
|
/external/libsrtp2/ |
D | README.md | 362 rtpw [[-d <debug>]* [-k|b <key> [-a][-e <key size>][-g]] [-s | -r] dest_ip dest_port] | [-l] 366 values `dest_ip`, `dest_port` are the IP address and UDP port to which
|