Lines Matching defs:error
55 Fragment handling error in alias_db.c corrected.
69 Corrected error in handling incoming UDP packets with 0 checksum.
78 - IP checksum error fixed for ftp transfers
88 - Added support for outgoing ICMP error
258 ICMP error messages are handled by looking at the IP fragment
346 Alias incoming ICMP error messages containing
529 Alias outgoing ICMP error messages containing
752 int r = 0, error;
769 error = find_handler(IN, UDP, la, pip, &ad);
801 int error;
829 error = find_handler(OUT, UDP, la, pip, &ad);
876 int accumulate, error;
894 error = find_handler(IN, TCP, la, pip, &ad);
920 error = find_handler(la, pip, &ad);
921 if (error == EHDNOF)
979 int proxy_type, error;
1053 error = find_handler(OUT, TCP, la, pip, &ad);
1289 int error;
1300 error = find_handler(IN, IP, la, pip, &ad);
1301 if (error == 0)
1438 int error;
1449 error = find_handler(OUT, IP, la, pip, &ad);
1450 if (error == 0)
1472 int maxpacketsize /* for error checking */
1622 const char *error;
1632 if ((error = dlerror()) != NULL) {
1649 if ((error = dlerror()) != NULL) {
1650 fprintf(stderr, "%s\n", error);