Home
last modified time | relevance | path

Searched refs:udp (Results 1 – 13 of 13) sorted by relevance

/system/core/libnetutils/
Dpacket.c90 struct udphdr udp; in send_packet() local
100 ip.tot_len = htons(sizeof(ip) + sizeof(udp) + size); in send_packet()
110 udp.source = htons(sport); in send_packet()
111 udp.dest = htons(dport); in send_packet()
112 udp.len = htons(sizeof(udp) + size); in send_packet()
113 udp.check = 0; in send_packet()
120 temp = udp.len; in send_packet()
124 udpsum = checksum(&udp, sizeof(udp), udpsum); in send_packet()
128 udp.check = finish_sum(udpsum); in send_packet()
132 iov[1].iov_base = (char *)&udp; in send_packet()
[all …]
/system/core/fastboot/
Dudp.h37 namespace udp {
DAndroid.bp28 "udp.cpp",
234 "udp.cpp",
Dudp_test.cpp24 using namespace udp;
25 using namespace udp::internal;
Dudp.cpp45 namespace udp { namespace
Dfastboot.cpp314 port = udp::kDefaultPort; in open_device()
333 transport = udp::Connect(host, port, &error).release(); in open_device()
/system/core/adb/
Dprotocol.txt127 * "udp:<host>:<port>" - host may be omitted to indicate localhost
/system/sepolicy/prebuilts/api/29.0/private/
Dgenfs_contexts22 genfscon proc /net/udp u:object_r:proc_net_tcp_udp:s0
/system/sepolicy/public/
Dapp.te588 # Apps may not read /proc/net/{tcp,tcp6,udp,udp6}. These files leak information across the
/system/sepolicy/private/
Dgenfs_contexts23 genfscon proc /net/udp u:object_r:proc_net_tcp_udp:s0
/system/sepolicy/prebuilts/api/30.0/private/
Dgenfs_contexts23 genfscon proc /net/udp u:object_r:proc_net_tcp_udp:s0
/system/sepolicy/prebuilts/api/29.0/public/
Dapp.te581 # Apps may not read /proc/net/{tcp,tcp6,udp,udp6}. These files leak information across the
/system/sepolicy/prebuilts/api/30.0/public/
Dapp.te581 # Apps may not read /proc/net/{tcp,tcp6,udp,udp6}. These files leak information across the