Home
last modified time | relevance | path

Searched defs:udp_connect (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/tools/
Dnetwork.c114 int udp_connect(in_addr_t addr, unsigned port) in udp_connect() function
/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dotci.py2373 def udp_connect(self, ip: str, port: int): member in OTCI