Home
last modified time | relevance | path

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

/dports/net/dhcp6/wide-dhcpv6-20080615.2/
H A Dcommon.h144 extern struct authparam *new_authparam __P((int, int, int));
H A Ddhcp6c.c421 if ((ev->authparam = new_authparam(ifp->authproto,
1635 if ((authparam = new_authparam(ev->authparam->authproto,
H A Dcommon.c594 new_authparam(proto, alg, rdm) in new_authparam() function