Home | History | Annotate | Download | only in src

Lines Matching full:ss_family

560     dnl a ss_family member, but rather __ss_family. Let's detect that
562 dnl platforms. However, we should only do this if ss_family is not
565 AC_MSG_CHECKING([struct sockaddr::ss_family])
571 ss.ss_family = 0 ;
578 AC_MSG_CHECKING([broken struct sockaddr::ss_family])
593 AC_DEFINE(ss_family, __ss_family,
594 [ss_family is not defined here, use __ss_family instead])
596 AC_MSG_WARN(ss_family and __ss_family not found)