#include <udp.h>
Data Fields | |
| int | autobinding |
| Indicates whether UDP autobnding on send is enabled. | |
| int | checksum_computing |
| Indicates whether UDP checksum computing is enabled. | |
| packet_dimensions_t | dimensions |
| Device packet dimensions. | |
| int | icmp_phone |
| ICMP module phone. | |
| int | ip_phone |
| IP module phone. | |
| int | last_used_port |
| Last used free port. | |
| fibril_rwlock_t | lock |
| Safety lock. | |
| int | net_phone |
| Networking module phone. | |
| packet_dimension_t | packet_dimension |
| Packet dimension. | |
| socket_ports_t | sockets |
| Active sockets. | |
Definition at line 50 of file udp.h.
1.4.7