Home
last modified time | relevance | path

Searched defs:cmsg (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c76 msghdr_add_fd(struct cmsghdr *cmsg, int fd) in msghdr_add_fd()
95 msghdr_get_fd(struct cmsghdr *cmsg) in msghdr_get_fd()
183 struct cmsghdr *cmsg; in cred_send() local
223 struct cmsghdr *cmsg; in cred_recv() local
259 struct cmsghdr *cmsg; in fd_package_send() local
308 struct cmsghdr *cmsg; in fd_package_recv() local
/netbsd-src/lib/libc/net/
H A Drthdr.c114 inet6_rthdr_add(struct cmsghdr *cmsg, const struct in6_addr *addr, u_int flags) in inet6_rthdr_add()
151 inet6_rthdr_lasthop(struct cmsghdr *cmsg, unsigned int flags) in inet6_rthdr_lasthop()
186 inet6_rthdr_segments(const struct cmsghdr *cmsg) in inet6_rthdr_segments()
215 inet6_rthdr_getaddr(struct cmsghdr *cmsg, int idx) in inet6_rthdr_getaddr()
250 inet6_rthdr_getflags(const struct cmsghdr *cmsg, int idx) in inet6_rthdr_getflags()
H A Dip6opt.c126 inet6_option_append(struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append()
207 inet6_option_alloc(struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc()
278 inet6_option_next(const struct cmsghdr *cmsg, uint8_t **tptrp) in inet6_option_next()
337 inet6_option_find(const struct cmsghdr *cmsg, uint8_t **tptrp, int type) in inet6_option_find()
H A Dsctp_sys_calls.c383 struct cmsghdr *cmsg; in sctp_sendmsg() local
485 struct cmsghdr *cmsg; in sctp_send() local
609 struct cmsghdr *cmsg; in sctp_recvmsg() local
661 struct cmsghdr *cmsg; in sctp_recvv() local
754 struct cmsghdr *cmsg; in sctp_sendv() local
/netbsd-src/dist/pf/sbin/pflogd/
H A Dprivsep_fdpass.c55 struct cmsghdr *cmsg; in send_fd() local
91 struct cmsghdr *cmsg; in receive_fd() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmonitor_fdpass.c51 struct cmsghdr *cmsg; in mm_send_fd() local
106 struct cmsghdr *cmsg; in mm_receive_fd() local
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dktls.h90 struct cmsghdr *cmsg; in ktls_send_ctrl_message() local
132 struct cmsghdr *cmsg; in ktls_read_record() local
303 struct cmsghdr *cmsg; in ktls_send_ctrl_message() local
356 struct cmsghdr *cmsg; in ktls_read_record() local
/netbsd-src/tests/net/fdpass/
H A Dfdpass.c54 struct cmsghdr *cmsg; in send_fd() local
106 struct cmsghdr *cmsg; in recv_fd() local
/netbsd-src/sys/compat/common/
H A Duipc_syscalls_43.c250 struct cmsghdr *cmsg = mtod(control, struct cmsghdr *); in compat_43_sys_recvmsg() local
305 struct cmsghdr *cmsg; in compat43_set_accrights() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_afalg.c326 static ossl_inline void afalg_set_op_sk(struct cmsghdr *cmsg, in afalg_set_op_sk()
335 static void afalg_set_iv_sk(struct cmsghdr *cmsg, const unsigned char *iv, in afalg_set_iv_sk()
411 struct cmsghdr *cmsg; in afalg_start_cipher_sk() local
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dsocket.c866 struct cmsghdr *cmsg; in send_packet6() local
971 struct cmsghdr *cmsg; local
1079 struct cmsghdr *cmsg; in receive_packet6() local
H A Dlpf.c439 struct cmsghdr *cmsg; local
/netbsd-src/lib/libc/rpc/
H A Drpc_prot.c204 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_afalg.c383 static ossl_inline void afalg_set_op_sk(struct cmsghdr *cmsg, in afalg_set_op_sk()
392 static void afalg_set_iv_sk(struct cmsghdr *cmsg, const unsigned char *iv, in afalg_set_iv_sk()
468 struct cmsghdr *cmsg; in afalg_start_cipher_sk() local
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_socket.c57 #define CMSG32_DATA(cmsg) (__CASTV(u_char *, cmsg) + CMSG32_ASIZE) argument
80 struct cmsghdr *cmsg, cmsg32; in copyout32_msg_control_mbuf() local
385 struct cmsghdr *cmsg, cmsg32, *cc; in copyin32_msg_control() local
/netbsd-src/sbin/mount_portal/
H A Dactivate.c113 struct cmsghdr *cmsg; in send_reply() local
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-pipe-sendmsg.c114 struct cmsghdr *cmsg; in TEST_IMPL() local
/netbsd-src/external/bsd/mdocml/dist/
H A Dmandocd.c63 struct cmsghdr *cmsg; in read_fds() local
/netbsd-src/usr.sbin/sdpd/
H A Dserver.c414 struct cmsghdr *cmsg; in server_process_request() local
/netbsd-src/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c92 struct cmsghdr *cmsg; in main() local
/netbsd-src/tests/net/net/
H A Dt_pktinfo.c102 struct cmsghdr *cmsg; in receive() local
/netbsd-src/sys/sys/
H A Dsocket.h549 #define __CMSG_MSGNEXT(cmsg) \ argument
555 #define CMSG_DATA(cmsg) (__CASTV(unsigned char *, cmsg) + __CMSG_ASIZE) argument
556 #define CCMSG_DATA(cmsg) (__CASTCV(const unsigned char *, cmsg) + __CMSG_ASIZE) argument
559 #define CMSG_NXTHDR(mhdr, cmsg) \ argument
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c207 struct cmsghdr *cmsg; in ldap_pvt_connect() local
/netbsd-src/sys/kern/
H A Duipc_syscalls.c820 struct cmsghdr *cmsg; free_control_mbuf() local
841 struct cmsghdr *cmsg; copyout_msg_control() local
1610 for (struct cmsghdr *cmsg = CMSG_FIRSTHDR(&mhdr); cmsg; sockargs() local
[all...]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dprivsep.c1553 struct cmsghdr *cmsg; local
1591 struct cmsghdr *cmsg; local

12