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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_mod.h63 * right before calling find_handler() to determine which
97 int find_handler(int8_t, int8_t, struct libalias *, struct ip *,
H A Dalias_mod.c109 find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip, function
H A Dalias.c770 error = find_handler(IN, UDP, la, pip, &ad);
902 error = find_handler(OUT, UDP, la, pip, &ad);
971 error = find_handler(IN, TCP, la, pip, &ad);
981 * Look above, if anyone is going to add find_handler AFTER
997 error = find_handler(la, pip, &ad);
1140 error = find_handler(OUT, TCP, la, pip, &ad);
1372 error = find_handler(IN, IP, la, pip, &ad);
1524 error = find_handler(OUT, IP, la, pip, &ad);
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y453 static struct type_handler *find_handler(struct assignment *type)
479 th = find_handler(type);
547 th = find_handler(type);
576 th = find_handler(type);
660 th = find_handler(type);
679 th = find_handler(type);
H A Dslc-gram.c1965 static struct type_handler *find_handler(struct assignment *type)
1991 th = find_handler(type);
2059 th = find_handler(type);
2088 th = find_handler(type);
2172 th = find_handler(type);
2191 th = find_handler(type);
1962 static struct type_handler *find_handler(struct assignment *type) function

Completed in 116 milliseconds