next up previous contents index
Next: 36 HPFQ: Hierarchical Network Up: 35.3 API reference Previous: 35.3.4 bootp_free: Free the

35.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


Utah Flux Research Group