Lines Matching refs:protocol

187 sockparams_create(int family, int type, int protocol, char *modname,  in sockparams_create()  argument
212 sp->sp_protocol = protocol; in sockparams_create()
361 sockparams_find(list_t *list, int family, int type, int protocol, in sockparams_find() argument
368 if (sp->sp_protocol == protocol) { 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()
436 protocol, NULL, namebuf, namelen, in sockparams_hold_ephemeral()
440 protocol, namebuf, NULL, 0, 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()
690 sp->sp_protocol == protocol && found < 2) in solookup()