Home
last modified time | relevance | path

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

/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capmode.c127 CHECK_NOT_CAPMODE(accept, fd_socket, NULL, NULL); in test_capmode()
128 CHECK_NOT_CAPMODE(getpeername, fd_socket, NULL, NULL); in test_capmode()
129 CHECK_NOT_CAPMODE(getsockname, fd_socket, NULL, NULL); in test_capmode()
130 CHECK_NOT_CAPMODE(fchflags, fd_file, UF_NODUMP); in test_capmode()
131 CHECK_NOT_CAPMODE(recvmsg, fd_socket, NULL, 0); in test_capmode()
132 CHECK_NOT_CAPMODE(sendmsg, fd_socket, NULL, 0); in test_capmode()
133 CHECK_NOT_CAPMODE(sendto, fd_socket, NULL, 0, 0, NULL, 0); in test_capmode()
H A Dcap_test.h102 #define CHECK_NOT_CAPMODE(...) \ macro