Searched refs:forcesh (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dforces.h198 struct forcesh { struct
200 #define ForCES_V(forcesh) ((forcesh)->fm_vrsvd >> 4)
203 #define ForCES_BLN(forcesh) ((u_int32_t)(EXTRACT_16BITS(&(forcesh)->fm_len) << 2))
205 #define ForCES_SID(forcesh) EXTRACT_32BITS(&(forcesh)->fm_sid)
207 #define ForCES_DID(forcesh) EXTRACT_32BITS(&(forcesh)->fm_did)
210 #define ForCES_ACK(forcesh) ((EXTRACT_32BIT
[all...]
H A Dprint-forces.c895 forces_type_print(register const u_char * pptr, const struct forcesh *fhdr _U_,
985 const struct forcesh *fhdr;
991 fhdr = (const struct forcesh *)pptr;

Completed in 114 milliseconds