Searched refs:GET_BE_S_4 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-timed.c141 sec = GET_BE_S_4(tsp->tsp_time.tv_sec);
142 usec = GET_BE_S_4(tsp->tsp_time.tv_usec);
H A Dprint-rx.c785 _i = GET_BE_S_4(bp); \
803 _t = (time_t) GET_BE_S_4(bp); \
1120 errcode = GET_BE_S_4(bp);
H A Dprint-bootp.c698 ND_PRINT("%d", GET_BE_S_4(bp));
H A Dprint-nfs.c1150 GET_BE_S_4(fap->fa_uid),
1151 GET_BE_S_4(fap->fa_gid));
H A Dextract.h880 #define GET_BE_S_4(p) get_be_s_4(ndo, (const u_char *)(p)) macro
H A Dsmbutil.c550 x = reverse ? GET_BE_S_4(buf) :

Completed in 264 milliseconds