HomeSort by: relevance | last modified time | path
    Searched refs:GET_BE_S_4 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-timed.c 139 sec = GET_BE_S_4(tsp->tsp_time.tv_sec);
140 usec = GET_BE_S_4(tsp->tsp_time.tv_usec);
print-rx.c 783 _i = GET_BE_S_4(bp); \
801 _t = (time_t) GET_BE_S_4(bp); \
1118 errcode = GET_BE_S_4(bp);
print-bootp.c 700 ND_PRINT("%d", GET_BE_S_4(bp));
print-nfs.c 1159 GET_BE_S_4(fap->fa_uid),
1160 GET_BE_S_4(fap->fa_gid));
extract.h 674 get_be_s_4(netdissect_options *ndo, const u_char *p) function
880 #define GET_BE_S_4(p) get_be_s_4(ndo, (const u_char *)(p))
smbutil.c 548 x = reverse ? GET_BE_S_4(buf) :

Completed in 23 milliseconds