Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c98 int eph_socket(int domain, int type, int protocol) in eph_socket() function
287 int sfd = eph_socket(domain, type, protocol); in eph_create_conn()
593 if ((sfd = eph_socket(AF_INET, SOCK_STREAM, 0)) == -1) { in main()