Searched refs:dest_port (Results 1 – 8 of 8) sorted by relevance
/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 | 76 static uint16_t dest_port = 9000; variable 358 udph->dest = ntohs(dest_port); in do_test() 460 dest_port = strtoul(optarg, NULL, 10); in parse_opt() 496 daddr.sin_port = htons(dest_port); in resolve_hostname() 501 daddr6.sin6_port = htons(dest_port); in resolve_hostname() 555 fprintf(stderr, "server port: %u\n", dest_port); in main()
|
/external/u-boot/drivers/net/ |
D | netconsole.c | 134 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port, in nc_input_packet() argument 139 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/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 | 681 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port,
|