Searched refs:nlProto (Results 1 – 1 of 1) sorted by relevance
57 public static void sendOneShotKernelMessage(int nlProto, byte[] msg) throws ErrnoException { in sendOneShotKernelMessage() argument61 final FileDescriptor fd = forProto(nlProto); in sendOneShotKernelMessage()106 public static FileDescriptor forProto(int nlProto) throws ErrnoException { in forProto() argument107 final FileDescriptor fd = Os.socket(AF_NETLINK, SOCK_DGRAM, nlProto); in forProto()