Files
applets
archival
console-tools
coreutils
debian
debianutils
docs
e2fsprogs
editors
examples
findutils
include
init
libbb
libpwdgrp
loginutils
miscutils
modutils
networking
libiproute
udhcp
AUTHORS
COPYING
ChangeLog
Config.in
Makefile
Makefile.in
README
README.dumpleases
README.udhcpc
README.udhcpd
TODO
arpping.c
arpping.h
clientpacket.c
clientpacket.h
clientsocket.c
clientsocket.h
common.c
common.h
dhcpc.c
dhcpc.h
dhcpd.c
dhcpd.h
dumpleases.c
files.c
files.h
frontend.c
leases.c
leases.h
libbb_udhcp.h
options.c
options.h
packet.c
packet.h
pidfile.c
pidfile.h
script.c
script.h
serverpacket.c
serverpacket.h
signalpipe.c
signalpipe.h
socket.c
socket.h
static_leases.c
static_leases.h
version.h
Config.in
Makefile
Makefile.in
arping.c
ether-wake.c
fakeidentd.c
ftpgetput.c
hostname.c
httpd.c
ifconfig.c
ifupdown.c
inetd.c
ip.c
ipaddr.c
ipcalc.c
iplink.c
iproute.c
iptunnel.c
nameif.c
nc.c
netstat.c
nslookup.c
ping.c
ping6.c
route.c
telnet.c
telnetd.c
tftp.c
traceroute.c
vconfig.c
wget.c
zcip.c
patches
procps
scripts
shell
sysdeps
sysklogd
testsuite
util-linux
.cvsignore
.indent.pro
AUTHORS
Changelog
INSTALL
LICENSE
Makefile
README
Rules.mak
TODO
busybox/networking/udhcp/socket.h
2004-01-30 23:45:53 +00:00

9 lines
194 B
C

/* socket.h */
#ifndef _SOCKET_H
#define _SOCKET_H
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
int listen_socket(uint32_t ip, int port, char *inf);
#endif