Searched refs:_ai_pad (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnetdb.h118 int _ai_pad; /* for backwards compat with old size_t */ member in struct:addrinfo
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c211 * We need to clear _ai_pad to preserve binary
216 aip->_ai_pad = 0;
250 * We need to clear _ai_pad to preserve binary
253 aip->_ai_pad = 0;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c341 * clear _ai_pad to preserve binary
346 pai->_ai_pad = 0;
374 * We need to clear _ai_pad to preserve binary
377 pai->_ai_pad = 0;

Completed in 120 milliseconds