Home | History | Annotate | Download | only in irs

Lines Matching refs:AF_LOCAL

172 #ifdef AF_LOCAL
175 #endif /* ifdef AF_LOCAL */
301 #ifdef AF_LOCAL
302 case AF_LOCAL:
314 #endif /* ifdef AF_LOCAL */
325 #ifdef AF_LOCAL
327 * First, deal with AF_LOCAL. If the family was not set,
328 * then assume AF_LOCAL if the first character of the
333 (family == AF_LOCAL || (family == 0 && *hostname == '/')))
339 (family == AF_LOCAL || (family == 0 && *servname == '/')))
343 #endif /* ifdef AF_LOCAL */
1243 #ifdef AF_LOCAL
1253 ai = ai_alloc(AF_LOCAL, sizeof(*slocal));
1270 #endif /* ifdef AF_LOCAL */