OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLV_SET_LEN
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/uapi/linux/
tipc_config.h
280
static inline void
TLV_SET_LEN
(struct tlv_desc *tlv, __u16 len)
/external/tcpdump/
print-forces.c
390
#define
TLV_SET_LEN
(len) (F_ALN_LEN(TLV_HDRL) + (len))
391
#define TLV_ALN_LEN(len) F_ALN_LEN(
TLV_SET_LEN
(len))
392
#define TLV_RDAT_LEN(tlv) ((int)(EXTRACT_16BITS(&(tlv)->length) -
TLV_SET_LEN
(0))
393
#define TLV_DATA(tlvp) ((void*)(((char*)(tlvp)) +
TLV_SET_LEN
(0)))
[
all
...]
Completed in 206 milliseconds