Home
last modified time | relevance | path

Searched defs:debugnet_conn_params (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Ddebugnet.h96 struct debugnet_conn_params { struct
97 struct ifnet *dc_ifp;
98 in_addr_t dc_client;
99 in_addr_t dc_server;
100 in_addr_t dc_gateway;
102 uint16_t dc_herald_port;
103 uint16_t dc_client_port;
105 const void *dc_herald_data;
106 uint32_t dc_herald_datalen;
113 uint32_t dc_herald_aux2;
[all …]