bundletype BootP_T = | { include "${OSKITDIR}/oskit/net/bootp.h"
bootp
bootp_currticks
bootp_decode_packet
bootp_default_netmask
bootp_dump
bootp_eth_transmit
bootp_free
bootp_gen
bootp_ipchksum
bootp_reply
bootp_test
bootp_try
bootp_udp_broadcast } |
C types: struct in_addr bootp_default_netmask(struct in_addr addr);
int bootp_gen(oskit_etherdev_t *trydev,struct bootp_net_info *info,int retry,int bootp_timeout_ms);
int bootp(oskit_etherdev_t *dev,struct bootp_net_info *info);
void bootp_dump(struct bootp_net_info *info);
void bootp_free(struct bootp_net_info *info);
Extended by:
Exported by:
Imported by: