Home
last modified time | relevance | path

Searched refs:cmsghdr (Results 26 – 50 of 50) sorted by relevance

12

/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c974 struct cmsghdr *cm; in packet_ok()
1013 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(mhdr); cm; in packet_ok()
1014 cm = (struct cmsghdr *)CMSG_NXTHDR(mhdr, cm)) { in packet_ok()
/dragonfly/contrib/dhcpcd/src/
H A Dif.c891 struct cmsghdr *cm; in if_findifpfromcmsg()
907 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(msg); in if_findifpfromcmsg()
909 cm = (struct cmsghdr *)CMSG_NXTHDR(msg, cm)) in if_findifpfromcmsg()
H A Dipv6nd.c339 struct cmsghdr hdr; in ipv6nd_sendrsprobe()
347 struct cmsghdr *cm; in ipv6nd_sendrsprobe()
435 struct cmsghdr hdr; in ipv6nd_sendadvertisement()
443 struct cmsghdr *cm; in ipv6nd_sendadvertisement()
2051 struct cmsghdr hdr; in ipv6nd_handledata()
H A Ddhcp6.c1262 struct cmsghdr hdr; in dhcp6_sendmessage()
1371 struct cmsghdr *cm; in dhcp6_sendmessage()
3747 struct cmsghdr hdr; in dhcp6_recv()
H A Ddhcp.c3710 struct cmsghdr hdr; in dhcp_readudp()
/dragonfly/usr.sbin/nscd/
H A Dnscdcli.c137 struct cmsghdr hdr; in send_credentials()
H A Dquery.c160 struct cmsghdr hdr; in on_query_startup()
/dragonfly/usr.sbin/rtadvd/
H A Drtadvd.c724 struct cmsghdr *cm; in rtadvd_input()
746 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&rcvmhdr); in rtadvd_input()
748 cm = (struct cmsghdr *)CMSG_NXTHDR(&rcvmhdr, cm)) { in rtadvd_input()
1656 struct cmsghdr *cm; in ra_output()
/dragonfly/usr.sbin/ppp/
H A Dbundle.c1371 char cmsgbuf[sizeof(struct cmsghdr) + sizeof(int) * SEND_MAXFD]; in bundle_ReceiveDatalink()
1375 struct cmsghdr *cmsg; in bundle_ReceiveDatalink()
1406 cmsg = (struct cmsghdr *)cmsgbuf; in bundle_ReceiveDatalink()
1536 struct cmsghdr *cmsg; in bundle_SendDatalink()
1587 cmsg = (struct cmsghdr *)cmsgbuf; in bundle_SendDatalink()
/dragonfly/usr.bin/dsynth/
H A Dsubs.c650 struct cmsghdr cbuf_align; in dexec_logerr_thread()
652 struct cmsghdr *cmsg; in dexec_logerr_thread()
/dragonfly/sys/netgraph/socket/
H A Dng_socket.c589 const struct cmsghdr *cm = mtod(control, const struct cmsghdr *); in ng_internalize()
/dragonfly/usr.sbin/rrenumd/
H A Drrenumd.c308 struct cmsghdr *cm; in rrenum_output()
/dragonfly/tools/tools/net80211/wesside/dics/
H A Ddics.c113 struct cmsghdr hdr; in check_signal()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c935 struct cmsghdr *cm; in sendpacket()
964 cm = (struct cmsghdr *)cmsgbuf; in sendpacket()
1001 struct cmsghdr *cm; in riprecv()
1018 cm = (struct cmsghdr *)cmsgbuf; in riprecv()
1026 for (cm = (struct cmsghdr *)CMSG_FIRSTHDR(&m); in riprecv()
1028 cm = (struct cmsghdr *)CMSG_NXTHDR(&m, cm)) { in riprecv()
/dragonfly/sys/netgraph7/socket/
H A Dng_socket.c697 const struct cmsghdr *cm = mtod(control, const struct cmsghdr *); in ng_internalize()
/dragonfly/lib/libc/net/
H A Dnscachedcli.c154 struct cmsghdr hdr; in send_credentials()
/dragonfly/sbin/ping/
H A Dping.c767 struct cmsghdr *cmsg = (struct cmsghdr *)&ctrl; in main()
/dragonfly/usr.sbin/sdpd/
H A Dserver.c431 struct cmsghdr *cmsg; in server_process_request()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1394 struct cmsghdr hdr; in fdpass()
1397 struct cmsghdr *cmsg; in fdpass()
/dragonfly/sys/netinet/
H A Dudp_usrreq.c943 struct cmsghdr *cm; in udp_send()
956 cm = mtod(control, struct cmsghdr *); in udp_send()
/dragonfly/sys/netinet6/
H A Dip6_output.c2938 struct cmsghdr *cm = NULL; in ip6_setpktoptions()
2980 cm = mtod(control, struct cmsghdr *); in ip6_setpktoptions()
/dragonfly/sys/kern/
H A Duipc_socket.c1427 const struct cmsghdr *cm = mtod(m, struct cmsghdr *); in soreceive()
H A Duipc_syscalls.c919 if (msg.msg_controllen < sizeof(struct cmsghdr) || in sys_sendmsg()
/dragonfly/usr.bin/telnet/
H A Dcommands.c2776 struct cmsghdr *cmsg; in sourceroute()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c1863 struct cmsghdr *cmsg; in wpa_driver_nl80211_handle_eapol_tx_status()

12