Home
last modified time | relevance | path

Searched refs:aio_srcflag (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libc/net/
H A Dname6.c178 u_int32_t aio_srcflag; member
896 aio->aio_srcflag |= AIO_SRCFLAG_DEPRECATED; in set_source()
976 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
977 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()
980 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
981 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()
H A Dgetaddrinfo.c222 u_int32_t aio_srcflag; member
913 aio->aio_srcflag |= AIO_SRCFLAG_DEPRECATED; in set_source()
993 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
994 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()
997 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
998 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()