diff options
| author | Miguel <m.i@gmx.at> | 2018-09-25 21:46:15 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-25 21:46:15 +0200 |
| commit | f93f24f3a5ca4692a28ab4970bbf158e1f486074 (patch) | |
| tree | 2263b4291d470b8b606ed899d10d352d02ee93ea /net/icmp.h | |
| parent | b58e7bc7cb8ce4fc6f824761ac8ef3920e7dfcc1 (diff) | |
pinging fool os works
Diffstat (limited to 'net/icmp.h')
| -rw-r--r-- | net/icmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,4 +25,4 @@ struct icmp_v4_dst_unreachable { uint8_t data[]; } __attribute__((packed)); -bool icmp_incoming(struct netdev *dev,struct icmp_v4 *data, uint32_t count_bytes); +bool icmp_incoming(struct netdev *dev,struct eth_hdr *hdr); |
