Home | History | Annotate | Download | only in msan

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);