| /f-stack/tools/netstat/ |
| H A D | netstat.h | 77 typedef int kreadfn_t(u_long, void *, size_t); 81 int kread(u_long addr, void *buf, size_t size); 82 uint64_t kread_counter(u_long addr); 93 void protopr(u_long, const char *, int, int); 94 void tcp_stats(u_long, const char *, int, int); 101 void ip_stats(u_long, const char *, int, int); 110 void ah_stats(u_long, const char *, int, int); 143 void mbpr(void *, u_long); 147 void hostpr(u_long, u_long); 148 void impstats(u_long, u_long); [all …]
|
| H A D | mroute.c | 120 (u_long)bw_meter->bm_start_time.tv_sec, in print_bw_meter() 154 (u_long)delta.tv_sec, in print_bw_meter() 155 (u_long)delta.tv_usec); in print_bw_meter() 160 (u_long)delta.tv_sec, in print_bw_meter() 161 (u_long)delta.tv_usec); in print_bw_meter() 238 u_long pmfchashtbl, pmfctablesize, pviftbl; in mroutepr() 349 xo_warnx("malloc %lu bytes", (u_long)len); in mroutepr() 373 u_long i, mfctablesize; in mroutepr() 378 sizeof(u_long)); in mroutepr() 387 xo_warnx("malloc %lu bytes", (u_long)len); in mroutepr() [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_state.h | 198 u_long iss_add_bad; 208 u_long iss_cloned; 209 u_long iss_expire; 210 u_long iss_fin; 216 u_long iss_hits; 233 u_long iss_log_ok; 237 u_long iss_max; 241 u_long iss_nomem; 242 u_long iss_oow; 243 u_long iss_orphan; [all …]
|
| H A D | ip_frag.h | 23 u_long ipfr_ttl; 54 u_long ifs_nomem; 55 u_long ifs_new; 56 u_long ifs_hits; 57 u_long ifs_expire; 58 u_long ifs_inuse; 60 u_long ifs_short; 61 u_long ifs_bad; 64 u_long ifs_strict; 65 u_long ifs_miss; [all …]
|
| H A D | ip_nat.h | 230 u_long in_space; 231 u_long in_hits; 475 u_long ns_added; 477 u_long ns_badnat; 487 u_long ns_drop; 499 u_long ns_ignored; 501 u_long ns_inuse; 502 u_long ns_log; 506 u_long ns_memfail; 510 u_long ns_wrap; [all …]
|
| H A D | ip_fil.h | 894 u_long fr_tcp_frag; 900 u_long fr_ip_freed; 902 u_long fr_v6_bad; 1056 u_long f_log_ok; 1333 u_long ipft_min; 1334 u_long ipft_max; 1353 u_long ipft_min; 1354 u_long ipft_max; 1459 u_long ipt_die; 1550 u_long ipf_ticks; [all …]
|
| H A D | ip_auth.h | 35 u_long fae_age; 42 u_long fas_nospace; 43 u_long fas_added; 44 u_long fas_sendfail; 45 u_long fas_sendok; 46 u_long fas_queok; 47 u_long fas_quefail; 48 u_long fas_expire;
|
| H A D | ip_htable.h | 16 u_long ipe_die; 24 u_long ipeu_long; 49 u_long iph_seed; /* hashing seed */ 67 u_long iphs_numtables; 68 u_long iphs_numnodes; 69 u_long iphs_nomem; 70 u_long iphs_pad[16];
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | icmp_var.h | 44 u_long icps_error; /* # of calls to icmp_error */ 46 u_long icps_oldicmp; /* no error 'cuz old was icmp */ 47 u_long icps_outhist[ICMP_MAXTYPE + 1]; 49 u_long icps_badcode; /* icmp_code out of range */ 50 u_long icps_tooshort; /* packet < ICMP_MINLEN */ 51 u_long icps_checksum; /* bad checksum */ 52 u_long icps_badlen; /* calculated bound mismatch */ 53 u_long icps_reflect; /* number of responses */ 54 u_long icps_inhist[ICMP_MAXTYPE + 1]; 57 u_long icps_badaddr; /* bad return address */ [all …]
|
| H A D | ip_mroute.h | 78 typedef u_long vifbitmap_t; 238 u_long pktcnt; 239 u_long bytecnt; 240 u_long wrong_if; 248 u_long icount; /* Input packet count on vif */ 249 u_long ocount; /* Output packet count on vif */ 250 u_long ibytes; /* Input byte count on vif */ 251 u_long obytes; /* Output byte count on vif */ 279 u_long mfc_pkt_cnt; /* pkt count for src-grp */ 287 u_long mfc_nstall; /* # of packets awaiting mfc */ [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | icmp_var.h | 44 u_long icps_error; /* # of calls to icmp_error */ 46 u_long icps_oldicmp; /* no error 'cuz old was icmp */ 47 u_long icps_outhist[ICMP_MAXTYPE + 1]; 49 u_long icps_badcode; /* icmp_code out of range */ 50 u_long icps_tooshort; /* packet < ICMP_MINLEN */ 51 u_long icps_checksum; /* bad checksum */ 52 u_long icps_badlen; /* calculated bound mismatch */ 53 u_long icps_reflect; /* number of responses */ 54 u_long icps_inhist[ICMP_MAXTYPE + 1]; 57 u_long icps_badaddr; /* bad return address */ [all …]
|
| H A D | ip_mroute.h | 78 typedef u_long vifbitmap_t; 238 u_long pktcnt; 239 u_long bytecnt; 240 u_long wrong_if; 248 u_long icount; /* Input packet count on vif */ 249 u_long ocount; /* Output packet count on vif */ 250 u_long ibytes; /* Input byte count on vif */ 251 u_long obytes; /* Output byte count on vif */ 279 u_long mfc_pkt_cnt; /* pkt count for src-grp */ 287 u_long mfc_nstall; /* # of packets awaiting mfc */ [all …]
|
| H A D | tcp_debug.c | 220 (u_long)tp->rcv_nxt, (u_long)tp->rcv_wnd, (u_long)tp->rcv_up, in tcp_trace() 221 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace() 223 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()
|
| /f-stack/freebsd/sys/ |
| H A D | gmon.h | 44 u_long lpc; /* base pc address of sample buffer */ 45 u_long hpc; /* max pc address of sampled buffer */ 132 u_long selfpc; 143 u_long raw_frompc; 144 u_long raw_selfpc; 160 u_long kcountsize; 162 u_long fromssize; 164 u_long tossize; 168 u_long textsize; 169 u_long hashfraction; [all …]
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 131 atomic_add_long(volatile u_long *p, u_long val) in atomic_add_long() 327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() 336 atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_acq_long() 346 atomic_fcmpset_rel_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_rel_long() 513 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_long() 522 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_acq_long() 532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new) in atomic_cmpset_rel_long() 612 atomic_fetchadd_long(volatile u_long *p, u_long val) in atomic_fetchadd_long() 660 u_long v; in atomic_load_acq_long() 802 atomic_subtract_long(volatile u_long *p, u_long val) in atomic_subtract_long() [all …]
|
| /f-stack/freebsd/arm/annapurna/alpine/ |
| H A D | alpine_machdep_mp.c | 81 static int alpine_get_cpu_resume_base(u_long *pbase, u_long *psize); 82 static int alpine_get_nb_base(u_long *pbase, u_long *psize); 126 alpine_get_cpu_resume_base(u_long *pbase, u_long *psize) in alpine_get_cpu_resume_base() 129 u_long base = 0; in alpine_get_cpu_resume_base() 130 u_long size = 0; in alpine_get_cpu_resume_base() 152 alpine_get_nb_base(u_long *pbase, u_long *psize) in alpine_get_nb_base() 155 u_long base = 0; in alpine_get_nb_base() 156 u_long size = 0; in alpine_get_nb_base() 184 u_long cpu_resume_base; in alpine_mp_start_ap() 185 u_long nb_base; in alpine_mp_start_ap() [all …]
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_cdnr.h | 54 u_long un_value; /* template */ 85 u_long cdnr_handle; /* return value */ 90 u_long cdnr_handle; 100 u_long cdnr_handle; /* return value */ 105 u_long cdnr_handle; 111 u_long cdnr_handle; 131 u_long cdnr_handle; 139 u_long cdnr_handle; 160 u_long cdnr_handle; 168 u_long cdnr_handle; [all …]
|
| /f-stack/freebsd/net/route/ |
| H A D | nhop_utils.c | 42 #define BLOCK_ITEMS (8 * sizeof(u_long)) /* Number of items for ffsl() */ 44 #define _BLOCKS_TO_SZ(_blocks) ((size_t)(_blocks) * sizeof(u_long)) 59 bh->idx = (u_long *)idx; in bitmask_init() 105 u_long *idx = (u_long *)_idx; in _bitmask_init_idx() 109 *idx &= ~(u_long)1; /* Always skip index 0 */ in _bitmask_init_idx() 143 bh->idx = (u_long *)new_idx; in bitmask_swap() 157 u_long *mask; in bitmask_alloc_idx() 168 *mask &= ~ ((u_long)1 << (v - 1)); in bitmask_alloc_idx() 189 u_long *mask; in bitmask_free_idx() 203 if ((*mask & ((u_long)1 << v)) != 0) in bitmask_free_idx() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | route.h | 82 u_long rmx_mtu; /* MTU for this path */ 83 u_long rmx_hopcount; /* max hops expected */ 87 u_long rmx_ssthresh; /* outbound gateway buffer limit */ 88 u_long rmx_rtt; /* estimated round trip time */ 89 u_long rmx_rttvar; /* estimated rtt variance */ 90 u_long rmx_pksent; /* packets sent using this route */ 91 u_long rmx_weight; /* route weight */ 92 u_long rmx_nhidx; /* route nexhop index */ 354 u_long rti_mflags; /* metrics RTV_ flags */ 355 u_long rti_spare; /* Will be used for fib */ [all …]
|
| H A D | if_sppp.h | 29 u_long opts; /* LCP options to send (bitfield) */ 30 u_long magic; /* local magic number */ 31 u_long mru; /* our max receive unit */ 32 u_long their_mru; /* their max receive unit */ 33 u_long protos; /* bitmask of protos that are started */ 46 u_long opts; /* IPCP options to send (bitfield) */ 147 u_long pp_seq[IDX_COUNT]; /* local sequence number */ 148 u_long pp_rseq[IDX_COUNT]; /* remote sequence number */ 219 int sppp_ioctl (struct ifnet *ifp, u_long cmd, void *data); 229 void sppp_get_ip_addrs(struct sppp *sp, u_long *src, u_long *dst, [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | route.h | 80 u_long rmx_mtu; /* MTU for this path */ 81 u_long rmx_hopcount; /* max hops expected */ 85 u_long rmx_ssthresh; /* outbound gateway buffer limit */ 86 u_long rmx_rtt; /* estimated round trip time */ 87 u_long rmx_rttvar; /* estimated rtt variance */ 88 u_long rmx_pksent; /* packets sent using this route */ 89 u_long rmx_weight; /* route weight */ 90 u_long rmx_nhidx; /* route nexhop index */ 352 u_long rti_mflags; /* metrics RTV_ flags */ 353 u_long rti_spare; /* Will be used for fib */ [all …]
|
| /f-stack/freebsd/vm/ |
| H A D | redzone.c | 42 static u_long redzone_extra_mem = 0; 51 #define REDZONE_HSIZE (sizeof(struct stack) + sizeof(u_long) + REDZONE_CHSIZE) 54 static u_long 55 redzone_roundup(u_long n) in redzone_roundup() 73 u_long 76 u_long nsize; in redzone_get_size() 78 bcopy(naddr - REDZONE_CHSIZE - sizeof(u_long), &nsize, sizeof(nsize)); in redzone_get_size() 82 u_long 83 redzone_size_ntor(u_long nsize) in redzone_size_ntor() 100 redzone_setup(caddr_t raddr, u_long nsize) in redzone_setup() [all …]
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | copyout.c | 138 int casueword_nosmap(volatile u_long *p, u_long oldval, u_long *oldvalp, 139 u_long newval); 140 int casueword_smap(volatile u_long *p, u_long oldval, u_long *oldvalp, 141 u_long newval); 142 DEFINE_IFUNC(, int, casueword, (volatile u_long *, u_long, u_long *, u_long))
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 77 clflush(u_long addr) in clflush() 91 clwb(u_long addr) in clwb() 280 u_long result; in popcntq() 316 u_long rf; in read_rflags() 417 u_long data; in rcr0() 426 u_long data; in rcr2() 442 u_long data; in rcr3() 457 u_long data; in rcr4() 988 u_long rcr0(void); 989 u_long rcr2(void); [all …]
|
| H A D | atomic.h | 121 int atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src); 126 int atomic_fcmpset_long(volatile u_long *dst, u_long *expect, u_long src); 128 u_long atomic_fetchadd_long(volatile u_long *p, u_long v); 257 static __inline u_long 258 atomic_fetchadd_long(volatile u_long *p, u_long v) in atomic_fetchadd_long() 288 atomic_testandset_long(volatile u_long *p, u_int v) in atomic_testandset_long() 298 : "Jr" ((u_long)(v & 0x3f)) /* 2 */ in atomic_testandset_long() 330 : "Jr" ((u_long)(v & 0x3f)) /* 2 */ in atomic_testandclear_long() 483 static __inline u_long 484 atomic_swap_long(volatile u_long *p, u_long v) in atomic_swap_long() [all …]
|