Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4e864a36b611f56c6b347be1dace4e5e805a3eb8
/
.
/
networking
/
udhcp
/
clientsocket.h
blob: 17a55c154024272aa9b94538114fbe8a0e77bc0a [
file
] [
log
] [
blame
]
Russ Dill
4e864a3
2003-12-18 22:25:38 +0000
[
diff
] [
blame^
]
1
/* clientsocket.h */
2
#ifndef
_CLIENTSOCKET_H
3
#define
_CLIENTSOCKET_H
4
5
int
raw_socket
(
int
ifindex
);
6
7
#endif