Symbol: IP_SENDSRCADDR
libexec/snmpd/snmpd_metrics/util.c
68
cmsg->cmsg_type = IP_SENDSRCADDR;
regress/sys/kern/cmsgsize/cmsgsize.c
137
cmsg->cmsg_type = IP_SENDSRCADDR;
regress/sys/netinet/sendsrcaddr/runtest.c
222
cmsg->cmsg_type = IP_SENDSRCADDR;
sbin/iked/util.c
319
cmsg->cmsg_type = IP_SENDSRCADDR;
sbin/unwind/libunbound/services/listen_dnsport.c
1213
#if defined(IPV6_RECVPKTINFO) || defined(IPV6_PKTINFO) || (defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)) || defined(IP_PKTINFO)
sbin/unwind/libunbound/services/listen_dnsport.c
1247
# elif defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)
sbin/unwind/libunbound/util/netevent.c
1263
#elif defined(IP_SENDSRCADDR)
sbin/unwind/libunbound/util/netevent.c
1270
cmsg->cmsg_type = IP_SENDSRCADDR;
sbin/unwind/libunbound/util/netevent.c
679
#elif defined(IP_SENDSRCADDR)
sbin/unwind/libunbound/util/netevent.c
683
cmsg->cmsg_type = IP_SENDSRCADDR;
sys/net/if_wg.c
843
sizeof(struct in_addr), IP_SENDSRCADDR,
sys/netinet/udp_usrreq.c
1005
cm->cmsg_type == IP_SENDSRCADDR) {
usr.sbin/snmpd/util.c
65
cmsg->cmsg_type = IP_SENDSRCADDR;
usr.sbin/unbound/services/listen_dnsport.c
1213
#if defined(IPV6_RECVPKTINFO) || defined(IPV6_PKTINFO) || (defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)) || defined(IP_PKTINFO)
usr.sbin/unbound/services/listen_dnsport.c
1247
# elif defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)
usr.sbin/unbound/util/netevent.c
1263
#elif defined(IP_SENDSRCADDR)
usr.sbin/unbound/util/netevent.c
1270
cmsg->cmsg_type = IP_SENDSRCADDR;
usr.sbin/unbound/util/netevent.c
679
#elif defined(IP_SENDSRCADDR)
usr.sbin/unbound/util/netevent.c
683
cmsg->cmsg_type = IP_SENDSRCADDR;