Home
last modified time | relevance | path

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

/NextBSD/lib/libc/net/
HDname6.c176 u_int32_t aio_srcflag; member
892 aio->aio_srcflag |= AIO_SRCFLAG_DEPRECATED; in set_source()
972 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
973 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()
976 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
977 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()
HDgetaddrinfo.c221 u_int32_t aio_srcflag; member
912 aio->aio_srcflag |= AIO_SRCFLAG_DEPRECATED; in set_source()
992 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
993 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()
996 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
997 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst()