Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clientsocket.h « udhcp « networking - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17a55c154024272aa9b94538114fbe8a0e77bc0a (plain)
1
2
3
4
5
6
7
/* clientsocket.h */
#ifndef _CLIENTSOCKET_H
#define _CLIENTSOCKET_H

int raw_socket(int ifindex);

#endif