Home
last modified time | relevance | path

Searched refs:policy_parse (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/lib/libipsec/
H A DMakefile44 SRCS+= ipsec_strerror.c policy_parse.y policy_token.l
58 y.tab.h: policy_parse.y
H A Dpolicy_parse.y87 static caddr_t policy_parse(const char *msg, int msglen);
386 policy_parse(const char *msg, int msglen) in policy_parse() function
420 policy = policy_parse(msg, msglen); in ipsec_set_policy()