Home
last modified time | relevance | path

Searched refs:msg_accrights (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dmonitor_fdpass.c65 msg.msg_accrights = (caddr_t)&fd; in mm_send_fd()
131 msg.msg_accrights = (caddr_t)&fd; in mm_receive_fd()
Dconfigure.ac3117 AC_CACHE_CHECK([for msg_accrights field in struct msghdr],
3124 #ifdef msg_accrights
3125 #error "msg_accrights is a macro"
3129 m.msg_accrights = 0;
Dconfigure13679 m.msg_accrights = 0;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
Dsocket.h403 caddr_t msg_accrights; /* access rights sent/received */ member
/external/strace/
Dnet.c1423 (unsigned long) msg->msg_accrights, msg->msg_accrightslen); in do_msghdr()