Home
last modified time | relevance | path

Searched refs:CMSG_NXTHDR (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.sbin/rtsold/
H A Drtsol.c207 cm = CMSG_NXTHDR(&sndmhdr, cm); in sendpacket()
255 cm = (struct cmsghdr *)CMSG_NXTHDR(&rcvmhdr, cm)) { in rtsol_input()
H A Dprobe.c176 cm = CMSG_NXTHDR(&sndmhdr, cm); in sendprobe()
/dragonfly/sbin/ping6/
H A Dping6.c748 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()
768 scmsgp = CMSG_NXTHDR(&smsghdr, scmsgp); in main()
1578 cm = (struct cmsghdr *)CMSG_NXTHDR(mhdr, cm)) { in pr_exthdrs()
1887 cm = (struct cmsghdr *)CMSG_NXTHDR(mhdr, cm)) { in get_hoplim()
1906 cm = (struct cmsghdr *)CMSG_NXTHDR(mhdr, cm)) { in get_rcvpktinfo()
1927 cm = (struct cmsghdr *)CMSG_NXTHDR(mhdr, cm)) { in get_pathmtu()
/dragonfly/usr.sbin/mld6query/
H A Dmld6query.c203 cmsgp = CMSG_NXTHDR(&m, cmsgp); in make_msg()
/dragonfly/lib/libc/sysvipc/
H A Dsockets.c333 cmp = CMSG_NXTHDR(&msg, cmp); in receive_msg_with_cred()
/dragonfly/sys/sys/
H A Dsocket.h494 #define CMSG_NXTHDR(mhdr, cmsg) \ macro
/dragonfly/usr.sbin/rrenumd/
H A Drrenumd.c332 cm = CMSG_NXTHDR(&sndmhdr, cm); in rrenum_output()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_linux.c709 hdr = CMSG_NXTHDR(&msg, hdr); in aes_128_cbc_oper()
818 hdr = CMSG_NXTHDR(&msg, hdr); in aes_unwrap()
/dragonfly/usr.sbin/rtadvd/
H A Drtadvd.c748 cm = (struct cmsghdr *)CMSG_NXTHDR(&rcvmhdr, cm)) { in rtadvd_input()
1746 cm = CMSG_NXTHDR(&sndmhdr, cm); in ra_output()
/dragonfly/usr.bin/dsynth/
H A Dsubs.c734 cmsg = CMSG_NXTHDR(&msg, cmsg)) { in dexec_logerr_thread()
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c1014 cm = (struct cmsghdr *)CMSG_NXTHDR(mhdr, cm)) { in packet_ok()
/dragonfly/contrib/dhcpcd/src/
H A Dif.c909 cm = (struct cmsghdr *)CMSG_NXTHDR(msg, cm)) in if_findifpfromcmsg()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c1028 cm = (struct cmsghdr *)CMSG_NXTHDR(&m, cm)) { in riprecv()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c1880 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) in wpa_driver_nl80211_handle_eapol_tx_status()