Lines Matching refs:domain
704 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) {706 int res = REAL(socketpair)(domain, type, protocol, sv);