Searched refs:ifhandle (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 929 #define SCTP_REGISTER_INTERFACE(ifhandle, af) argument 930 #define SCTP_DEREGISTER_INTERFACE(ifhandle, af) argument
|
/external/python/cpython2/Lib/test/ |
D | test_subprocess.py | 736 ifhandle, ifname = tempfile.mkstemp() 740 subprocess.Popen (["*"], stdin=ifhandle, stdout=ofhandle, 743 os.close(ifhandle)
|
/external/python/cpython3/Lib/test/ |
D | test_subprocess.py | 1325 ifhandle, ifname = tempfile.mkstemp() 1329 subprocess.Popen (["*"], stdin=ifhandle, stdout=ofhandle, 1332 os.close(ifhandle)
|