icmp6.c | 316 * A wrapper function for icmp6_error() necessary when the erroneous packet 341 icmp6_error(m, type, code, param); 352 icmp6_error(struct mbuf *m, int type, int code, int param) function in typeref:typename:void 452 nd6log(LOG_DEBUG, "ENOBUFS in icmp6_error %d\n", __LINE__); 470 * icmp6_error() can be called from both input and output path,
|