Lines Matching refs:family

187 sockparams_create(int family, int type, int protocol, char *modname,  in sockparams_create()  argument
210 sp->sp_family = family; in sockparams_create()
361 sockparams_find(list_t *list, int family, int type, int protocol, in sockparams_find() argument
367 if (sp->sp_family == family && sp->sp_type == type) { in sockparams_find()
401 sockparams_hold_ephemeral(int family, int type, int protocol, in sockparams_hold_ephemeral() argument
411 sp = sockparams_find(&sp_ephem_list, family, type, protocol, in sockparams_hold_ephemeral()
435 newsp = sockparams_create(family, type, in sockparams_hold_ephemeral()
439 newsp = sockparams_create(family, type, in sockparams_hold_ephemeral()
467 sp = sockparams_find(&sp_ephem_list, family, type, protocol, in sockparams_hold_ephemeral()
498 sockparams_hold_ephemeral_bydev(int family, int type, int protocol, in sockparams_hold_ephemeral_bydev() argument
501 return (sockparams_hold_ephemeral(family, type, protocol, dev, B_TRUE, in sockparams_hold_ephemeral_bydev()
506 sockparams_hold_ephemeral_bymod(int family, int type, int protocol, in sockparams_hold_ephemeral_bymod() argument
509 return (sockparams_hold_ephemeral(family, type, protocol, mod, B_FALSE, in sockparams_hold_ephemeral_bymod()
607 sockparams_delete(int family, int type, int protocol) in sockparams_delete() argument
612 sp = sockparams_find(&sphead, family, type, protocol, B_TRUE, NULL); in sockparams_delete()
663 solookup(int family, int type, int protocol, struct sockparams **spp) in solookup() argument
679 sp = sockparams_find(&sphead, family, type, protocol, B_TRUE, NULL); in solookup()
687 if (sp->sp_family == family && found < 1) in solookup()
689 if (sp->sp_family == family && in solookup()