Closure for #find_sender_by_address() More...
Data Fields | |
| const struct sockaddr * | address |
| Address we are looking for. | |
| socklen_t | address_len |
| Number of bytes in address. | |
| struct SenderAddress * | sender |
| Return value to set if we found a match. | |
Closure for #find_sender_by_address()
Definition at line 1945 of file gnunet-communicator-udp.c.
| const struct sockaddr* SearchContext::address |
Address we are looking for.
Definition at line 1950 of file gnunet-communicator-udp.c.
| socklen_t SearchContext::address_len |
Number of bytes in address.
Definition at line 1955 of file gnunet-communicator-udp.c.
| struct SenderAddress* SearchContext::sender |
Return value to set if we found a match.
Definition at line 1960 of file gnunet-communicator-udp.c.