Home
last modified time | relevance | path

Searched defs:RTP_PKT_LENGTH (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib571.c47 #define RTP_PKT_LENGTH(p) ((((int)((unsigned char)((p)[2]))) << 8) | \ macro
/third_party/curl/lib/
H A Drtsp.c48 #define RTP_PKT_LENGTH(p) ((((unsigned int)((unsigned char)((p)[2]))) << 8) | \ macro

Completed in 2 milliseconds