next up previous contents index
Next: 28 HPFQ: Hierarchical Network Up: 27.3 API reference Previous: 27.3.4 bootp_free: Free the

27.3.5 bootp_dump: Dump the result of a BOOTP via printf

 

SYNOPSIS

#include <oskit/net/bootp.h>

void bootp_dump(struct bootp_net_info *info);

DESCRIPTION

This function prints the contents stored in a bootp_net_info structure to via printf.

PARAMETERS

info
The BOOTP info to be printed.

RELATED INFORMATION

bootp_net_info, printf


University of Utah Flux Research Group