/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 88 #define CMSG_CONTENT(cmsg) (&((cmsg)[1])) argument 89 #define CMSG_CONTENTLEN(cmsg) ((cmsg)->cmsg_len - sizeof (struct cmsghdr)) argument 90 #define CMSG_VALID(cmsg, start, end) \ argument 957 struct cmsghdr *cmsg; in so_closefds() local 988 struct cmsghdr *cmsg; in so_truncatecmsg() local 1030 struct cmsghdr *cmsg; in so_getfdopt() local 1081 struct cmsghdr *cmsg; in so_optlen() local 1116 struct cmsghdr *cmsg; in so_cmsg2opt() local 1237 struct cmsghdr *cmsg; in so_opt2cmsg() local
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdma.c | 587 struct cmsghdr *cmsg) in rdsv3_cmsg_rdma_args() 616 struct cmsghdr *cmsg) in rdsv3_cmsg_rdma_dest() 660 struct cmsghdr *cmsg) in rdsv3_cmsg_rdma_map()
|
H A D | rds_recv.c | 348 struct rds_rdma_notify cmsg; in rdsv3_notify_queue_get() local
|
H A D | send.c | 887 struct cmsghdr *cmsg; in rdsv3_cmsg_send() local
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 54 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
|
H A D | rpc_prot.c | 325 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 49 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
|
H A D | rpc_prot.c | 253 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksctpsubr.c | 221 struct cmsghdr *cmsg; in sosctp_pack_cmsg() local 280 struct cmsghdr *cmsg; in sosctp_find_cmsg() local 369 struct cmsghdr *cmsg; in sosctp_assoc_createconn() local
|
H A D | socksctp.c | 738 struct cmsghdr *cmsg; in sosctp_sendmsg() local 938 struct cmsghdr *cmsg; in sosctp_seq_sendmsg() local 2125 struct cmsghdr *cmsg; in sctp_assoc_recv() local
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | catgets.c | 97 char *cmsg = check_format( in catgets() local
|
/illumos-gate/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 264 struct cmsghdr *cmsg; in sctp_recvmsg() local 314 struct cmsghdr *cmsg; in sctp_send_common() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 278 struct cmsghdr *cmsg; in update_hoplimit_ancillary_data() local 375 struct cmsghdr *cmsg; in find_ancillary_data() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 53 struct cmsghdr *cmsg; in find_ancillary() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | common.c | 227 struct cmsghdr *cmsg; in find_ancillary() local
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 839 struct cmsghdr *cmsg; in send_pkt_internal() local 1291 struct cmsghdr *cmsg; in sock_recvpkt() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 989 struct cmsghdr *cmsg; in pr_ext_headers() local
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 517 for (const struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in ttl_check_ancil() local
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 498 #define CMSG_DATA(cmsg) ((unsigned char *)(cmsg) + \ argument 502 #define CMSG_NXTHDR(mhdr, cmsg) \ argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socketvar.h | 745 #define CMSG_NEXT(cmsg) \ argument 748 #define CMSG_CONTENT(cmsg) (&((cmsg)[1])) argument 749 #define CMSG_CONTENTLEN(cmsg) ((cmsg)->cmsg_len - sizeof (struct cmsghdr)) argument 750 #define CMSG_VALID(cmsg, start, end) \ argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 549 bsd_decompress(state, cmsg, inlen, dmp, outlenp) in bsd_decompress() argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 83 struct cmsghdr *cmsg; in find_ancillary() local
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | optcom.c | 1944 struct cmsghdr *cmsg; in process_auxiliary_options() local
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 772 uint32_t *cmsg; in gnu_key_2_text() local
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 1094 mblk_t *cmsg = *dmpp, *mnext; in bsd_decompress() local
|