Home
last modified time | relevance | path

Searched refs:udps_ipackets (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dudp_var.h87 uint64_t udps_ipackets; /* total input packets */ member
/f-stack/freebsd/netinet/
H A Dudp_var.h87 uint64_t udps_ipackets; /* total input packets */ member
H A Dudp_usrreq.c411 UDPSTAT_INC(udps_ipackets); in udp_input()
/f-stack/tools/netstat/
H A Dinet.c912 p(udps_ipackets, "{:received-datagrams/%ju} " in udp_stats()
930 delivered = udpstat.udps_ipackets - in udp_stats()
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c243 UDPSTAT_INC(udps_ipackets); in udp6_input()