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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lisp.c226 static inline uint8_t extract_lisp_type(uint8_t);
257 type = extract_lisp_type(lisp_hdr->type_and_flag);
390 static inline uint8_t extract_lisp_type(uint8_t lisp_hdr_flags) function
409 uint8_t type = extract_lisp_type(lisp_hdr->type_and_flag);

Completed in 52 milliseconds