Home
last modified time | relevance | path

Searched refs:find_handler (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y453 static struct type_handler *find_handler(struct assignment *type) in find_handler() function
479 th = find_handler(type); in gen_options()
547 th = find_handler(type); in gen_wrapper()
576 th = find_handler(type); in gen_wrapper()
660 th = find_handler(type); in gen_wrapper()
679 th = find_handler(type); in gen_wrapper()
H A Dslc-gram.c1962 static struct type_handler *find_handler(struct assignment *type) in find_handler() function
1988 th = find_handler(type); in gen_options()
2056 th = find_handler(type); in gen_wrapper()
2085 th = find_handler(type); in gen_wrapper()
2169 th = find_handler(type); in gen_wrapper()
2188 th = find_handler(type); in gen_wrapper()
/freebsd/sys/netinet/libalias/
H A Dalias_mod.h95 int find_handler(int8_t, int8_t, struct libalias *, struct ip *,
H A Dalias.c784 error = find_handler(IN, UDP, la, pip, &ad); in UdpAliasIn()
910 find_handler(OUT, UDP, la, pip, &ad); in UdpAliasOut()
979 find_handler(IN, TCP, la, pip, &ad); in TcpAliasIn()
1005 error = find_handler(la, pip, &ad); in TcpAliasIn()
1148 find_handler(OUT, TCP, la, pip, &ad); in TcpAliasOut()
1385 error = find_handler(IN, IP, la, pip, &ad); in LibAliasInLocked()
1538 error = find_handler(OUT, IP, la, pip, &ad); in LibAliasOutLocked()
H A Dalias_mod.c107 find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip, in find_handler() function