Searched refs:net_stat (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/net/
H A Dnet_stat.h18 typedef struct net_stat { struct
28 } net_stat; typedef in typeref:struct:net_stat
H A Dnet_stack_interface.h21 struct net_stat;
77 struct net_stat *stat);
H A Dnet_socket.h15 struct net_stat;
71 struct net_stat* stat);
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp24 #include <net_stat.h>
231 net_stat stat;
/haiku/src/system/kernel/fs/
H A Dsocket.cpp29 #include <net_stat.h>
616 common_get_next_socket_stat(int family, uint32 *cookie, struct net_stat *stat)
1240 _user_get_next_socket_stat(int family, uint32 *_cookie, struct net_stat *_stat)
1252 net_stat stat;
1260 || user_memcpy(_stat, &stat, sizeof(net_stat)) != B_OK) {
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp241 struct net_stat* stat)
H A Dnet_socket.cpp34 #include <net_stat.h>
556 socket_get_next_stat(uint32* _cookie, int family, struct net_stat* stat)
591 size_t length = sizeof(net_stat);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h51 status_t FillStat(struct net_stat* stat);
H A Dtcp.cpp17 #include <net_stat.h>
547 return protocol->FillStat((net_stat*)value);
H A DTCPEndpoint.cpp28 #include <net_stat.h>
919 TCPEndpoint::FillStat(net_stat *stat)
/haiku/headers/private/kernel/
H A Dvfs.h38 struct net_stat;
288 struct net_stat *stat);
/haiku/headers/private/system/
H A Dsyscalls.h32 struct net_stat;
393 struct net_stat *stat);

Completed in 99 milliseconds