mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
Network commands port to userspace
This commit is contained in:
10
src/kernel/icmp.h
Normal file
10
src/kernel/icmp.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ICMP_H
|
||||
#define ICMP_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "network.h"
|
||||
|
||||
void icmp_handle_packet(ipv4_address_t src, void *data, uint16_t len);
|
||||
int cli_cmd_ping_syscall(ipv4_address_t *dest);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user