Searched defs:oob (Results 1 – 6 of 6) sorted by relevance
/unit/src/ |
H A D | nxt_socket_msg.c | 12 const nxt_send_oob_t *oob) in nxt_sendmsg() 38 nxt_recv_oob_t *oob) in nxt_recvmsg()
|
H A D | nxt_socketpair.c | 91 nxt_send_oob_t oob; in nxt_socketpair_send() local 142 void *oob) in nxt_socketpair_recv()
|
H A D | nxt_socket_msg.h | 87 nxt_socket_msg_oob_init(nxt_send_oob_t *oob, int *fds) in nxt_socket_msg_oob_init() 141 nxt_socket_msg_oob_get_fds(nxt_recv_oob_t *oob, nxt_fd_t *fd) in nxt_socket_msg_oob_get_fds() 172 nxt_socket_msg_oob_get(nxt_recv_oob_t *oob, nxt_fd_t *fd, nxt_pid_t *pid) in nxt_socket_msg_oob_get()
|
H A D | nxt_port_socket.c | 737 nxt_recv_oob_t oob; in nxt_port_read_handler() local 819 nxt_recv_oob_t oob; in nxt_port_queue_read_handler() local
|
H A D | nxt_unit.c | 282 nxt_recv_oob_t oob; member 945 nxt_send_oob_t oob; in nxt_unit_ready() local 3903 nxt_send_oob_t oob; in nxt_unit_send_mmap() local 5348 nxt_send_oob_t oob; in nxt_unit_send_port() local 5904 const void *buf, size_t buf_size, const nxt_send_oob_t *oob) in nxt_unit_port_send() 5996 const void *buf, size_t buf_size, const nxt_send_oob_t *oob) in nxt_unit_sendmsg()
|
/unit/go/ |
H A D | nxt_cgo_lib.c | 52 const void *buf, size_t buf_size, const void *oob, size_t oob_size) in nxt_cgo_port_send() 61 void *buf, size_t buf_size, void *oob, size_t *oob_size) in nxt_cgo_port_recv()
|