Searched refs:code (Results 1 – 5 of 5) sorted by relevance
9 static const char *code_to_str(int code) in code_to_str() argument11 switch (code) { in code_to_str()30 void net_lwip_icmp_dest_unreach(int code, struct pbuf *p) in net_lwip_icmp_dest_unreach() argument37 code_to_str(code), ip4addr_ntoa(&src)); in net_lwip_icmp_dest_unreach()
32 Compiles additional error checking code into the lwIP library. These
31 icmp->code = 0; in set_icmp_header()
441 static void icmp_handler(unsigned type, unsigned code, unsigned dest, in icmp_handler() argument445 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()
1190 if (icmph->code != ICMP_REDIR_HOST) in receive_icmp()1201 packet_icmp_handler(icmph->type, icmph->code, in receive_icmp()
Completed in 14 milliseconds