The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Send/recv DHCP packets using udp sockets. More...
#include "dhcpv4.h"
#include "attrs.h"
#include <freeradius-devel/util/pair.h>
#include <freeradius-devel/util/proto.h>
#include <freeradius-devel/util/udpfromto.h>
#include <freeradius-devel/util/syserror.h>
Go to the source code of this file.
Functions | |
fr_packet_t * | fr_dhcpv4_udp_packet_recv (int sockfd) |
Receive DHCP packet using a connectionless UDP socket. More... | |
int | fr_dhcpv4_udp_packet_send (fr_packet_t *packet) |
Send DHCP packet using a connectionless UDP socket. More... | |
Send/recv DHCP packets using udp sockets.
Definition in file udp.c.
fr_packet_t* fr_dhcpv4_udp_packet_recv | ( | int | sockfd | ) |
Receive DHCP packet using a connectionless UDP socket.
sockfd | handle. |
Definition at line 74 of file udp.c.
int fr_dhcpv4_udp_packet_send | ( | fr_packet_t * | packet | ) |