/src/sys/net/npf/ |
npf_sendpkt.c | 67 #define icmp6_error(m, ...) m_freem(m) macro 234 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN, 0);
|
npf_sendpkt.c | 67 #define icmp6_error(m, ...) m_freem(m) macro 234 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN, 0);
|
/src/sys/netinet6/ |
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,
|
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,
|