Home
last modified time | relevance | path

Searched refs:auth_portal_new (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dconf.c178 return (auth_portal_new(auth_group, portal)); in auth_group_add_initiator_portal()
596 return (auth_portal_new(target->t_auth_group, addr)); in target_add_initiator_portal()
H A Dctld.h280 bool auth_portal_new(struct auth_group *ag,
H A Dctld.c358 auth_portal_new(struct auth_group *ag, const char *portal) in auth_portal_new() function