RTEMS CPU Kit with SuperCore  4.11.3
Functions
bootp.h File Reference
#include <stdbool.h>
Include dependency graph for bootp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool bootpc_init (bool, bool)
 
int bootpc_call (struct bootp_packet *call, struct bootp_packet *reply, struct proc *procp)
 
int bootpc_fakeup_interface (struct ifreq *ireq, struct socket *so, struct proc *procp)
 
int bootpc_adjust_interface (struct ifreq *ireq, struct socket *so, struct sockaddr_in *myaddr, struct sockaddr_in *netmask, struct sockaddr_in *gw, struct proc *procp)
 
void * bootp_strdup_realloc (char *dst, const char *src)