Searched refs:find_handler (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_mod.h | 66 * right before calling find_handler() to determine which 129 int find_handler(int8_t, int8_t, struct libalias *,
|
H A D | alias.c | 769 error = find_handler(IN, UDP, la, pip, &ad); 829 error = find_handler(OUT, UDP, la, pip, &ad); 894 error = find_handler(IN, TCP, la, pip, &ad); 904 * Look above, if anyone is going to add find_handler AFTER 920 error = find_handler(la, pip, &ad); 1053 error = find_handler(OUT, TCP, la, pip, &ad); 1300 error = find_handler(IN, IP, la, pip, &ad); 1449 error = find_handler(OUT, IP, la, pip, &ad);
|
H A D | alias_mod.c | 274 find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *pip, function
|
Completed in 324 milliseconds