Home
last modified time | relevance | path

Searched refs:state_buf (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/systat/
Dpftop.c109 struct pfsync_state *state_buf = NULL; variable
314 u_int64_t b1 = COUNTER(state_buf[* (size_t *) s1].bytes[0]) + in sort_size_callback()
315 COUNTER(state_buf[* (size_t *) s1].bytes[1]); in sort_size_callback()
316 u_int64_t b2 = COUNTER(state_buf[* (size_t *) s2].bytes[0]) + in sort_size_callback()
317 COUNTER(state_buf[* (size_t *) s2].bytes[1]); in sort_size_callback()
328 u_int64_t p1 = COUNTER(state_buf[* (size_t *) s1].packets[0]) + in sort_pkt_callback()
329 COUNTER(state_buf[* (size_t *) s1].packets[1]); in sort_pkt_callback()
330 u_int64_t p2 = COUNTER(state_buf[* (size_t *) s2].packets[0]) + in sort_pkt_callback()
331 COUNTER(state_buf[* (size_t *) s2].packets[1]); in sort_pkt_callback()
342 if (ntohl(state_buf[* (size_t *) s2].creation) > in sort_age_callback()
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dperl_siphash.h37 void S_perl_siphash_seed_state(const unsigned char * const seed_buf, unsigned char * state_buf) { in S_perl_siphash_seed_state() argument
38 U64 *v= (U64*) state_buf; in S_perl_siphash_seed_state()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7559 U8 state_buf[sizeof(U64)*4]; in siphash_seed_state() local
7565 S_perl_siphash_seed_state(seed_pv,state_buf); in siphash_seed_state()
7566 sv_setpvn(RETVAL,(char*)state_buf,sizeof(U64)*4); in siphash_seed_state()