/dflybsd-src/test/debug/ |
H A D | fdpassing.c | 79 struct cmsghdr cmsg; in sendfd() member 81 } cmsg; in sendfd() local 111 struct cmsghdr cmsg; in recvfd() member 113 } cmsg; in recvfd() local
|
/dflybsd-src/sys/netinet/ |
H A D | ip_carp.c | 684 struct netmsg_carp *cmsg = (struct netmsg_carp *)msg; in carp_clone_destroy_dispatch() local 706 struct netmsg_carp cmsg; in carp_clone_destroy() local 894 struct netmsg_carp *cmsg = (struct netmsg_carp *)msg; in carp_ifdetach_dispatch() local 910 struct netmsg_carp cmsg; in carp_ifdetach() local 1294 struct netmsg_carp *cmsg = &sc->sc_ad_msg; in carp_send_ad_timeout() local 1308 struct netmsg_carp *cmsg = (struct netmsg_carp *)msg; in carp_send_ad_timeout_dispatch() local 1711 struct netmsg_carp *cmsg = &sc->sc_md_msg; in carp_master_down_timeout() local 1725 struct netmsg_carp *cmsg = (struct netmsg_carp *)msg; in carp_master_down_timeout_dispatch() local 1882 struct netmsg_carp *cmsg = (struct netmsg_carp *)msg; in carp_ioctl_getvhaddr_dispatch() local 1942 struct netmsg_carp cmsg; in carp_ioctl_getvhaddr() local [all …]
|
/dflybsd-src/lib/libc/sysvipc/ |
H A D | sockets.c | 140 struct cmsghdr *cmsg; in send_fd() local 193 struct cmsghdr *cmsg; in receive_fd() local 257 } cmsg; in send_msg_with_cred() local 294 } cmsg; in receive_msg_with_cred() local
|
/dflybsd-src/usr.sbin/pflogd/ |
H A D | privsep_fdpass.c | 54 struct cmsghdr *cmsg; in send_fd() local 90 struct cmsghdr *cmsg; in receive_fd() local
|
/dflybsd-src/test/testcases/io/sendfd_1/ |
H A D | sendfd_1.c | 37 struct cmsghdr *cmsg; in sendfd() local 70 struct cmsghdr *cmsg; in recvfd() local
|
/dflybsd-src/lib/libc/net/ |
H A D | ip6opt.c | 96 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append() 165 inet6_option_alloc(struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc() 227 inet6_option_next(const struct cmsghdr *cmsg, u_int8_t **tptrp) in inet6_option_next() 283 inet6_option_find(const struct cmsghdr *cmsg, u_int8_t **tptrp, int type) in inet6_option_find()
|
H A D | nscachedcli.c | 156 } cmsg; in send_credentials() local
|
/dflybsd-src/crypto/openssh/ |
H A D | monitor_fdpass.c | 61 struct cmsghdr *cmsg; in mm_send_fd() local 121 struct cmsghdr *cmsg; in mm_receive_fd() local
|
H A D | defines.h | 615 #define CMSG_DATA(cmsg) ((u_char *)(cmsg) + __CMSG_ALIGN(sizeof(struct cmsghdr))) argument
|
/dflybsd-src/test/socket/recvmsg/cloexec/ |
H A D | recvmsg_cloexec.c | 73 struct cmsghdr *cmsg; in sendfd() local 106 struct cmsghdr *cmsg; in recvfd() local
|
/dflybsd-src/lib/libc/rpc/ |
H A D | rpc_callmsg.c | 53 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callmsg()
|
H A D | clnt_vc.c | 81 struct cmsghdr cmsg; member 761 struct cmsghdr cmsg; in __msgread() member 786 struct cmsghdr cmsg; in __msgwrite() member
|
H A D | rpc_prot.c | 201 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
|
/dflybsd-src/contrib/mdocml/ |
H A D | mandocd.c | 63 struct cmsghdr *cmsg; in read_fds() local
|
/dflybsd-src/usr.sbin/nscd/ |
H A D | nscdcli.c | 139 } cmsg; in send_credentials() local
|
H A D | query.c | 162 } cmsg; in on_query_startup() local
|
/dflybsd-src/sys/sys/ |
H A D | socket.h | 490 #define CMSG_DATA(cmsg) ((unsigned char *)(cmsg) + \ argument 494 #define CMSG_NXTHDR(mhdr, cmsg) \ argument
|
/dflybsd-src/usr.bin/msgs/ |
H A D | msgs.c | 717 int n, cmsg, fd; in ask() local
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | bundle.c | 1375 struct cmsghdr *cmsg; in bundle_ReceiveDatalink() local 1536 struct cmsghdr *cmsg; in bundle_SendDatalink() local
|
/dflybsd-src/usr.bin/dsynth/ |
H A D | subs.c | 652 struct cmsghdr *cmsg; in dexec_logerr_thread() local
|
/dflybsd-src/sbin/ping/ |
H A D | ping.c | 767 struct cmsghdr *cmsg = (struct cmsghdr *)&ctrl; in main() local
|
/dflybsd-src/sys/netinet6/ |
H A D | ip6_output.c | 2556 int sticky, int cmsg, int uproto, int priv) in ip6_setpktoption()
|
/dflybsd-src/crypto/libressl/apps/nc/ |
H A D | netcat.c | 1397 struct cmsghdr *cmsg; in fdpass() local
|
/dflybsd-src/usr.bin/telnet/ |
H A D | commands.c | 2776 struct cmsghdr *cmsg; in sourceroute() local
|
/dflybsd-src/contrib/wpa_supplicant/src/drivers/ |
H A D | driver_nl80211.c | 1863 struct cmsghdr *cmsg; in wpa_driver_nl80211_handle_eapol_tx_status() local
|