/minix3/lib/libc/net/ |
H A D | rthdr.c | 114 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 D | ip6opt.c | 126 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()
|
/minix3/tests/net/fdpass/ |
H A D | fdpass.c | 54 struct cmsghdr *cmsg; in send_fd() local 106 struct cmsghdr *cmsg; in recv_fd() local
|
/minix3/lib/libc/rpc/ |
H A D | rpc_prot.c | 204 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
|
/minix3/minix/net/lwip/ |
H A D | pktsock.c | 367 pktsock_parse_ctl_v4(struct pktsock * pkt __unused, struct cmsghdr * cmsg, in pktsock_parse_ctl_v4() 432 pktsock_parse_ctl_v6(struct pktsock * pkt, struct cmsghdr * cmsg, in pktsock_parse_ctl_v6() 516 struct cmsghdr *cmsg; in pktsock_get_ctl() local 638 struct cmsghdr cmsg; in pktsock_add_ctl() local
|
/minix3/external/bsd/dhcp/dist/common/ |
H A D | socket.c | 765 struct cmsghdr *cmsg; in send_packet6() local 864 struct cmsghdr *cmsg; local 972 struct cmsghdr *cmsg; in receive_packet6() local
|
/minix3/external/bsd/libpcap/dist/ |
H A D | pcap-bt-monitor-linux.c | 74 struct cmsghdr *cmsg; in bt_monitor_read() local
|
H A D | pcap-bt-linux.c | 306 struct cmsghdr *cmsg; in bt_read_linux() local
|
H A D | pcap-linux.c | 1514 struct cmsghdr *cmsg; local 1516 struct cmsghdr cmsg; member
|
/minix3/minix/usr.bin/trace/ioctl/ |
H A D | net.c | 320 struct cmsghdr *cmsg; in put_msg_control() local
|
/minix3/minix/tests/ |
H A D | test56.c | 592 struct cmsghdr *cmsg = NULL; in test_scm_credentials() local 1012 struct cmsghdr *cmsg; in test_fd_passing_child() local 1096 struct cmsghdr *cmsg; in test_fd_passing_parent() local
|
H A D | socklib.c | 2219 struct cmsghdr *cmsg; in socklib_test_multicast() local 2223 struct cmsghdr cmsg; in socklib_test_multicast() member
|
H A D | test91.c | 2001 struct cmsghdr *cmsg, cmsg2; in test91g() local 2007 struct cmsghdr cmsg; in test91g() member 2349 struct cmsghdr *cmsg; in test91h() local
|
H A D | test90.c | 1769 struct cmsghdr cmsg; in send_fds() member 1810 struct cmsghdr cmsg; in recv_fds() member 2459 struct cmsghdr cmsg; in recv_creds() member
|
/minix3/tests/net/net/ |
H A D | t_pktinfo.c | 102 struct cmsghdr *cmsg; in receive() local
|
/minix3/external/bsd/blacklist/lib/ |
H A D | bl.c | 333 struct cmsghdr *cmsg; in bl_send() local 396 struct cmsghdr *cmsg; in bl_recv() local
|
/minix3/external/bsd/tmux/dist/compat/ |
H A D | imsg-buffer.c | 229 struct cmsghdr *cmsg; in msgbuf_write() local
|
H A D | imsg.c | 49 struct cmsghdr *cmsg; in imsg_read() local
|
/minix3/sys/sys/ |
H A D | socket.h | 566 #define __CMSG_MSGNEXT(cmsg) \ argument 572 #define CMSG_DATA(cmsg) (__CASTV(u_char *, cmsg) + __CMSG_ASIZE) argument 573 #define CCMSG_DATA(cmsg) (__CASTCV(const u_char *, cmsg) + __CMSG_ASIZE) argument 576 #define CMSG_NXTHDR(mhdr, cmsg) \ argument
|
/minix3/minix/net/uds/ |
H A D | io.c | 760 struct cmsghdr *cmsg; in uds_send_ctl() local 1319 struct cmsghdr *cmsg; in uds_recv_fds() local 1421 struct cmsghdr *cmsg; in uds_recv_cred() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_dgram.c | 1103 struct cmsghdr *cmsg; in dgram_sctp_read() local 1336 struct cmsghdr *cmsg; in dgram_sctp_write() local
|
/minix3/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 348 static struct cmsghdr *cmsg; variable
|
/minix3/external/bsd/bind/dist/lib/isc/win32/ |
H A D | socket.c | 961 struct msghdr *msg, char *cmsg, WSABUF *iov, in build_msghdr_send() 1394 char *cmsg = NULL; in startio_send() local
|
/minix3/usr.bin/telnet/ |
H A D | commands.c | 2751 struct cmsghdr *cmsg; in sourceroute() local
|
/minix3/minix/usr.bin/trace/service/ |
H A D | vfs.c | 1916 struct cmsghdr cmsg; in put_cmsg() local
|