Home
last modified time | relevance | path

Searched refs:MYPORT (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dunicast.py3 MYPORT = 50000 variable
13 s.sendto(data, ('', MYPORT))
Dradio.py3 MYPORT = 50000 variable
9 s.bind(('', MYPORT))
Dbroadcast.py3 MYPORT = 50000 variable
14 s.sendto(data, ('<broadcast>', MYPORT))
Dmcast.py12 MYPORT = 8123 variable
45 s.sendto(data + '\0', (addrinfo[4][0], MYPORT))
61 s.bind(('', MYPORT))