pub unsafe extern "C" fn apr_socket_atmark(
sock: *mut apr_socket_t,
atmark: *mut c_int,
) -> apr_status_tExpand description
Query the specified socket if at the OOB/Urgent data mark @param sock The socket to query @param atmark Is set to true if socket is at the OOB/urgent mark, otherwise is set to false.