Home
last modified time | relevance | path

Searched refs:code (Results 1 – 5 of 5) sorted by relevance

/net/lwip/
A Dicmp_unreach.c9 static const char *code_to_str(int code) in code_to_str() argument
11 switch (code) { in code_to_str()
30 void net_lwip_icmp_dest_unreach(int code, struct pbuf *p) in net_lwip_icmp_dest_unreach() argument
37 code_to_str(code), ip4addr_ntoa(&src)); in net_lwip_icmp_dest_unreach()
A DKconfig32 Compiles additional error checking code into the lwIP library. These
/net/
A Dping.c31 icmp->code = 0; in set_icmp_header()
A Dtftp.c441 static void icmp_handler(unsigned type, unsigned code, unsigned dest, in icmp_handler() argument
445 if (type == ICMP_NOT_REACH && code == ICMP_NOT_REACH_PORT) { in icmp_handler()
A Dnet.c1190 if (icmph->code != ICMP_REDIR_HOST) in receive_icmp()
1201 packet_icmp_handler(icmph->type, icmph->code, in receive_icmp()

Completed in 14 milliseconds