Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dudp_var.h73 struct udpstat { struct
98 #define UDPSTAT_ADD(name, val) V_udpstat.name += (val) argument
106 kmod_udpstat_inc(offsetof(struct udpstat, name) / sizeof(u_long)) argument
/freebsd-9-stable/contrib/bsnmp/snmp_mibII/
DmibII_udp.c47 static struct udpstat udpstat; variable
/freebsd-9-stable/usr.bin/netstat/
Dinet.c733 struct udpstat udpstat, zerostat; in udp_stats() local