Home
last modified time | relevance | path

Searched defs:sock_type (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/netprotos/
Dfake_host.py19 def socket(self, family, sock_type): argument
38 def __init__(self, host, family, sock_type): argument
Dinterface_host.py34 def socket(self, family, sock_type): argument
/external/autotest/client/deps/lansim/src/py/
Dhost.py229 def socket(self, family, sock_type): argument
/external/toybox/toys/pending/
Dnetstat.c318 char sock_flags[32] = {0,}, *sock_type, *sock_state, *bptr = toybuf, *term; in show_unix_sockets() local