Searched refs:find_handler (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.y | 453 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 D | slc-gram.c | 1962 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 D | alias_mod.h | 95 int find_handler(int8_t, int8_t, struct libalias *, struct ip *,
|
| H A D | alias.c | 802 error = find_handler(IN, UDP, la, pip, &ad); in UdpAliasIn() 929 find_handler(OUT, UDP, la, pip, &ad); in UdpAliasOut() 999 find_handler(IN, TCP, la, pip, &ad); in TcpAliasIn() 1025 error = find_handler(la, pip, &ad); in TcpAliasIn() 1168 find_handler(OUT, TCP, la, pip, &ad); in TcpAliasOut() 1404 error = find_handler(IN, IP, la, pip, &ad); in LibAliasInLocked() 1557 error = find_handler(OUT, IP, la, pip, &ad); in LibAliasOutLocked()
|
| H A D | alias_mod.c | 107 find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip, in find_handler() function
|