Searched defs:hdr (Results 1 – 6 of 6) sorted by relevance
49 StructIcmpHdr hdr = new StructIcmpHdr(); in IcmpEchoHdr() local
80 public static StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget()90 public static void capset(StructCapUserHeader hdr, StructCapUserData[] data) in capset()
1037 JNU_PrintString(JNIEnv *env, char *hdr, jstring string) in JNU_PrintString()1051 JNU_PrintClass(JNIEnv *env, char* hdr, jobject object) in JNU_PrintClass()
78 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException { in capget()82 public void capset(StructCapUserHeader hdr, StructCapUserData[] data) throws ErrnoException { in capset()
56 public StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget()57 public void capset(StructCapUserHeader hdr, StructCapUserData[] data) throws ErrnoException; in capset()
57 public native StructCapUserData[] capget(StructCapUserHeader hdr) throws ErrnoException; in capget()59 public native void capset(StructCapUserHeader hdr, StructCapUserData[] data) in capset()