repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
netbsd ping & traceroute
[minix3.git]
/
minix
/
include
/
net
/
gen
/
inet.h
blob
e70c5aa8f3d173cce10f53fa09bdf13510b26d25
1
/*
2
server/ip/gen/inet.h
3
*/
4
5
#ifndef __SERVER__IP__GEN__INET_H__
6
#define __SERVER__IP__GEN__INET_H__
7
8
#include <net/gen/in.h>
9
10
ipaddr_t
inet_addr
(
const char
*
addr
);
11
ipaddr_t
inet_network
(
const char
*
addr
);
12
13
#endif
/* __SERVER__IP__GEN__INET_H__ */