Home
last modified time | relevance | path

Searched defs:mhdr (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
DNetworkUtilities.cpp209 bool structCmsghdrArrayToMsgcontrol(JNIEnv* env, jobjectArray cmsgArray, struct msghdr& mhdr) { in structCmsghdrArrayToMsgcontrol()
268 bool msgcontrolToStructCmsghdrArray(JNIEnv* env, jobject structMsghdr, struct msghdr& mhdr) { in msgcontrolToStructCmsghdrArray()
361 bool byteBufferArrayToIOV(JNIEnv* env, jobjectArray msgiovArray, struct msghdr& mhdr, in byteBufferArrayToIOV()
438 bool convertStructMsghdrAndmsghdr(JNIEnv* env, jobject structMsghdr, struct msghdr& mhdr, in convertStructMsghdrAndmsghdr()
512 bool msghdrJavaToC(JNIEnv* env, jobject structMsghdr, struct msghdr& mhdr, in msghdrJavaToC()
519 bool msghdrCToJava(JNIEnv* env, jobject structMsghdr, struct msghdr& mhdr, in msghdrCToJava()