![]() |
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>
Include dependency graph for udp.c: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. | |
| int | fr_dhcpv4_udp_packet_send (fr_packet_t *packet) |
| Send DHCP packet using a connectionless UDP socket. | |
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.
Here is the call graph for this function:
Here is the caller graph for this function:| int fr_dhcpv4_udp_packet_send | ( | fr_packet_t * | packet | ) |
1.9.8