| UbixOS V2
    2.0
    | 
#include "net/opt.h"#include "net/pbuf.h"#include "net/ip_addr.h"#include "net/netif.h"#include "net/prot/icmp.h"
Go to the source code of this file.
| Macros | |
| #define | icmp_port_unreach(isipv6, pbuf) | 
| Enumerations | |
| enum | icmp_dur_type { ICMP_DUR_NET = 0, ICMP_DUR_HOST = 1, ICMP_DUR_PROTO = 2, ICMP_DUR_PORT = 3, ICMP_DUR_FRAG = 4, ICMP_DUR_SR = 5 } | 
| enum | icmp_te_type { ICMP_TE_TTL = 0, ICMP_TE_FRAG = 1 } | 
ICMP API
Definition in file icmp.h.
| enum icmp_dur_type | 
| enum icmp_te_type |