Searched refs:cap_ioctls_limit (Results 1 – 7 of 7) sorted by relevance
18 /* Define to 1 if you have the `cap_ioctls_limit' function. */
203 AC_CHECK_FUNCS(cap_enter cap_rights_limit cap_ioctls_limit openat,
2345 if (cap_ioctls_limit(pcap_fileno(pd), cmds, in main()
839 check_function_exists(cap_ioctls_limit HAVE_CAP_IOCTLS_LIMIT)
4445 for ac_func in cap_enter cap_rights_limit cap_ioctls_limit openat
4307 pub fn cap_ioctls_limit(fd: ::c_int, cmds: *const u_long, ncmds: usize) -> ::c_int; in cap_ioctls_limit() function