Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
bc37480e9cbbfd773fd8c22a82f200cc05aff873
/
.
/
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