Home
last modified time | relevance | path

Searched refs:CMSG_LEN (Results 26 – 35 of 35) sorted by relevance

12

/dragonfly/sys/kern/
H A Duipc_sockbuf.c599 cp->cmsg_len = CMSG_LEN(size); in sbcreatecontrol()
/dragonfly/usr.sbin/sdpd/
H A Dserver.c474 && cmsg->cmsg_len >= CMSG_LEN(SOCKCREDSIZE(0)) in server_process_request()
/dragonfly/sys/netinet/
H A Dudp_usrreq.c969 CMSG_LEN(sizeof(struct in_addr))) { in udp_send()
979 if (cm->cmsg_len != CMSG_LEN(sizeof(u_char))) { in udp_send()
/dragonfly/lib/libc/rpc/
H A Dclnt_vc.c796 cm.cmsg.cmsg_len = CMSG_LEN(sizeof(struct cmsgcred)); in __msgwrite()
/dragonfly/contrib/dhcpcd/src/
H A Dipv6nd.c387 cm->cmsg_len = CMSG_LEN(sizeof(pi)); in ipv6nd_sendrsprobe()
476 cm->cmsg_len = CMSG_LEN(sizeof(pi)); in ipv6nd_sendadvertisement()
H A Ddhcp6.c1383 cm->cmsg_len = CMSG_LEN(sizeof(pi)); in dhcp6_sendmessage()
/dragonfly/sbin/ping/
H A Dping.c781 cmsg->cmsg_len == CMSG_LEN(sizeof *tv)) { in main()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1414 cmsg->cmsg_len = CMSG_LEN(sizeof(int)); in fdpass()
/dragonfly/sys/netinet6/
H A Dip6_output.c2985 cm->cmsg_len - CMSG_LEN(0), in ip6_setpktoptions()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c968 cm->cmsg_len = CMSG_LEN(sizeof(struct in6_pktinfo)); in sendpacket()

12