Lines Matching defs:family
50 static struct netconfig *_s_match_netconf(int family, int type, int proto,
117 * Lookup family/type/protocol in /etc/netconfig.
122 _s_netconfig_path(int family, int type, int protocol,
129 net = _s_match_netconf(family, type, protocol, &nethandle);
176 _s_match_netconf(int family, int type, int proto, void **nethandle)
182 if (family < 0 ||
183 family >= (int)sizeof (family_sw) / (int)sizeof (char *) ||
216 if (strcmp(net->nc_protofmly, family_sw[family]) == 0 &&
221 if (strcmp(net->nc_protofmly, family_sw[family]) == 0 &&
230 if (strcmp(net->nc_protofmly, family_sw[family]) == 0 &&