tag | line | file | source code |
---|---|---|---|
err_handler | 190 | net/inet/icmp.c | if (iph->protocol == ipprot->protocol && ipprot->err_handler) { |
err_handler | 191 | net/inet/icmp.c | ipprot->err_handler(err, (unsigned char *)(icmph + 1), |
err_handler | 39 | net/inet/protocol.h | void (*err_handler)(int err, unsigned char *buff, |
err_handler | 292 | net/inet/raw.c | p->err_handler = raw_err; |