next up previous contents index
Next: 27.3.5 bootp_dump: Dump the Up: 27.3 API reference Previous: 27.3.3 bootp: Generate a

27.3.4 bootp_free: Free the result of a BOOTP request

 

SYNOPSIS

#include <oskit/net/bootp.h>

void bootp_free([in/out] struct bootp_net_info *info);

DESCRIPTION

The function frees data structures that were allocated during a call to bootp_gen.

PARAMETERS

info
The BOOTP info to be freed.

RELATED INFORMATION

bootp_gen, bootp_net_info



University of Utah Flux Research Group