Symbol: IPV6_PKTINFO
libexec/snmpd/snmpd_metrics/util.c
138
cmsg->cmsg_type == IPV6_PKTINFO) {
libexec/snmpd/snmpd_metrics/util.c
76
cmsg->cmsg_type = IPV6_PKTINFO;
regress/sys/netinet6/pktinfo_addr/runtest.c
198
if (setsockopt(s, IPPROTO_IPV6, IPV6_PKTINFO, &pi_setsockopt, sizeof(pi_setsockopt))) {
regress/sys/netinet6/pktinfo_addr/runtest.c
217
cmsg->cmsg_type = IPV6_PKTINFO;
sbin/iked/util.c
327
cmsg->cmsg_type = IPV6_PKTINFO;
sbin/iked/util.c
388
cmsg->cmsg_type == IPV6_PKTINFO) {
sbin/ping/ping.c
527
setsockopt(dummy, IPPROTO_IPV6, IPV6_PKTINFO,
sbin/slaacd/frontend.c
227
cm->cmsg_type = IPV6_PKTINFO;
sbin/slaacd/frontend.c
957
cm->cmsg_type == IPV6_PKTINFO &&
sbin/unwind/libunbound/services/listen_dnsport.c
1214
#if defined(IPV6_RECVPKTINFO) || defined(IPV6_PKTINFO) || (defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)) || defined(IP_PKTINFO)
sbin/unwind/libunbound/services/listen_dnsport.c
1227
# elif defined(IPV6_PKTINFO)
sbin/unwind/libunbound/services/listen_dnsport.c
1228
if(setsockopt(s, IPPROTO_IPV6, IPV6_PKTINFO,
sbin/unwind/libunbound/services/listen_dnsport.c
1617
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
sbin/unwind/libunbound/services/listen_dnsport.c
3744
#ifdef IPV6_PKTINFO
sbin/unwind/libunbound/services/listen_dnsport.c
3773
#ifdef IPV6_PKTINFO
sbin/unwind/libunbound/util/fptr_wlist.c
178
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
sbin/unwind/libunbound/util/netevent.c
1054
cmsg->cmsg_type == IPV6_PKTINFO) {
sbin/unwind/libunbound/util/netevent.c
1283
cmsg->cmsg_type = IPV6_PKTINFO;
sbin/unwind/libunbound/util/netevent.c
1460
cmsg->cmsg_type == IPV6_PKTINFO) {
sbin/unwind/libunbound/util/netevent.c
572
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && (defined(HAVE_RECVMSG) || defined(HAVE_SENDMSG))
sbin/unwind/libunbound/util/netevent.c
5809
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
sbin/unwind/libunbound/util/netevent.c
582
#ifdef IPV6_PKTINFO
sbin/unwind/libunbound/util/netevent.c
628
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_SENDMSG)
sbin/unwind/libunbound/util/netevent.c
701
cmsg->cmsg_type = IPV6_PKTINFO;
sbin/unwind/libunbound/util/netevent.c
718
cmsg->cmsg_type = IPV6_PKTINFO;
sbin/unwind/libunbound/util/netevent.c
993
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
sbin/unwind/libunbound/util/netevent.h
157
#ifdef IPV6_PKTINFO
sys/net/if_wg.c
846
sizeof(struct in6_pktinfo), IPV6_PKTINFO,
sys/netinet6/ip6_input.c
1041
IPV6_PKTINFO, IPPROTO_IPV6);
sys/netinet6/ip6_output.c
1239
case IPV6_PKTINFO:
sys/netinet6/ip6_output.c
1523
case IPV6_PKTINFO:
sys/netinet6/ip6_output.c
1705
case IPV6_PKTINFO:
sys/netinet6/ip6_output.c
1786
if (optname == -1 || optname == IPV6_PKTINFO) {
sys/netinet6/ip6_output.c
2285
case IPV6_PKTINFO:
usr.bin/dig/lib/isc/unix/socket.c
437
&& cmsgp->cmsg_type == IPV6_PKTINFO) {
usr.bin/dig/lib/isc/unix/socket.c
584
cmsgp->cmsg_type = IPV6_PKTINFO;
usr.sbin/dhcrelay6/bpf.c
254
cmsg->cmsg_type = IPV6_PKTINFO;
usr.sbin/dhcrelay6/dhcrelay6.c
967
case IPV6_PKTINFO:
usr.sbin/eigrpd/packet.c
540
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/ldpd/packet.c
187
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/npppd/common/recvfromto.c
91
&& cm->cmsg_type == IPV6_PKTINFO
usr.sbin/ospf6d/packet.c
164
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/rad/frontend.c
1444
cm->cmsg_type = IPV6_PKTINFO;
usr.sbin/rad/frontend.c
647
cm->cmsg_type == IPV6_PKTINFO &&
usr.sbin/route6d/route6d.c
923
cm->cmsg_type = IPV6_PKTINFO;
usr.sbin/route6d/route6d.c
990
case IPV6_PKTINFO:
usr.sbin/snmpd/util.c
135
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/snmpd/util.c
73
cmsg->cmsg_type = IPV6_PKTINFO;
usr.sbin/tftp-proxy/tftp-proxy.c
661
case IPV6_PKTINFO:
usr.sbin/tftpd/tftpd.c
737
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/traceroute/worker.c
600
cm->cmsg_type == IPV6_PKTINFO &&
usr.sbin/unbound/services/listen_dnsport.c
1214
#if defined(IPV6_RECVPKTINFO) || defined(IPV6_PKTINFO) || (defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)) || defined(IP_PKTINFO)
usr.sbin/unbound/services/listen_dnsport.c
1227
# elif defined(IPV6_PKTINFO)
usr.sbin/unbound/services/listen_dnsport.c
1228
if(setsockopt(s, IPPROTO_IPV6, IPV6_PKTINFO,
usr.sbin/unbound/services/listen_dnsport.c
1617
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
usr.sbin/unbound/services/listen_dnsport.c
3744
#ifdef IPV6_PKTINFO
usr.sbin/unbound/services/listen_dnsport.c
3773
#ifdef IPV6_PKTINFO
usr.sbin/unbound/util/fptr_wlist.c
178
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
usr.sbin/unbound/util/netevent.c
1054
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/unbound/util/netevent.c
1283
cmsg->cmsg_type = IPV6_PKTINFO;
usr.sbin/unbound/util/netevent.c
1460
cmsg->cmsg_type == IPV6_PKTINFO) {
usr.sbin/unbound/util/netevent.c
572
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && (defined(HAVE_RECVMSG) || defined(HAVE_SENDMSG))
usr.sbin/unbound/util/netevent.c
5809
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
usr.sbin/unbound/util/netevent.c
582
#ifdef IPV6_PKTINFO
usr.sbin/unbound/util/netevent.c
628
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_SENDMSG)
usr.sbin/unbound/util/netevent.c
701
cmsg->cmsg_type = IPV6_PKTINFO;
usr.sbin/unbound/util/netevent.c
718
cmsg->cmsg_type = IPV6_PKTINFO;
usr.sbin/unbound/util/netevent.c
993
#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
usr.sbin/unbound/util/netevent.h
157
#ifdef IPV6_PKTINFO