#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/nat/nat_stun.h>
Data Fields | |
uint16_t | msgtype |
uint16_t | msglen |
uint32_t | magic |
stun_trans_id | id |
Definition at line 42 of file nat_stun.h.
uint16_t stun_header::msgtype |
Definition at line 44 of file nat_stun.h.
Referenced by GNUNET_NAT_stun_handle_packet_(), stun_dns_callback(), and test_stun_packet().
uint16_t stun_header::msglen |
Definition at line 45 of file nat_stun.h.
Referenced by GNUNET_NAT_stun_handle_packet_(), stun_dns_callback(), and test_stun_packet().
uint32_t stun_header::magic |
Definition at line 46 of file nat_stun.h.
Referenced by generate_request_id(), GNUNET_NAT_stun_handle_packet_(), and test_stun_packet().
stun_trans_id stun_header::id |
Definition at line 47 of file nat_stun.h.
Referenced by generate_request_id().