Home
last modified time | relevance | path

Searched refs:IP_SENDSRCADDR (Results 1 – 13 of 13) sorted by relevance

/openbsd/regress/sys/kern/cmsgsize/
H A Dcmsgsize.c137 cmsg->cmsg_type = IP_SENDSRCADDR; in test_cmsgsize()
/openbsd/usr.sbin/snmpd/
H A Dutil.c65 cmsg->cmsg_type = IP_SENDSRCADDR; in sendtofrom()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dutil.c68 cmsg->cmsg_type = IP_SENDSRCADDR; in sendtofrom()
/openbsd/regress/sys/netinet/sendsrcaddr/
H A Druntest.c222 cmsg->cmsg_type = IP_SENDSRCADDR; in udp_send()
/openbsd/sys/netinet/
H A Din.h318 #define IP_SENDSRCADDR IP_RECVDSTADDR /* struct in_addr; */ macro
H A Dudp_usrreq.c992 cm->cmsg_type == IP_SENDSRCADDR) { in udp_output()
/openbsd/sbin/iked/
H A Dutil.c319 cmsg->cmsg_type = IP_SENDSRCADDR; in sendtofrom()
/openbsd/usr.sbin/unbound/services/
H A Dlisten_dnsport.c1142 …NFO) || defined(IPV6_PKTINFO) || (defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)) || defined(I… in set_recvpktinfo()
1176 # elif defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR) in set_recvpktinfo()
/openbsd/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.c1142 …NFO) || defined(IPV6_PKTINFO) || (defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR)) || defined(I… in set_recvpktinfo()
1176 # elif defined(IP_RECVDSTADDR) && defined(IP_SENDSRCADDR) in set_recvpktinfo()
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c650 #elif defined(IP_SENDSRCADDR)
654 cmsg->cmsg_type = IP_SENDSRCADDR;
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c650 #elif defined(IP_SENDSRCADDR)
654 cmsg->cmsg_type = IP_SENDSRCADDR;
/openbsd/sys/net/
H A Dif_wg.c818 sizeof(struct in_addr), IP_SENDSRCADDR, in wg_send()
/openbsd/usr.sbin/unbound/doc/
H A DChangelog8117 - check for IP_SENDSRCADDR for interface-automatic or IP_PKTINFO.