netlink Questions

1

Hi, I've been working on trying to get Netlink sockets to work for the 3.2 linux kernel, but I cannot seem to figure out how to do it. I have looked around for examples of the basics of Netlink soc...
Gaullism asked 5/3, 2013 at 4:32

2

Solved

I want to know the value of m flag and o flag of recently received Router Advertisement. From the kernel source code I came to know that m flag and o flag are stored. /* * Remember the managed/o...
Slavery asked 17/5, 2013 at 12:46

1

Solved

I have doubt about the functioning of netlink socket in kernel-application interaction context. As I have read that netlink socket is used for event based notification from kernel to application. T...
Gaskins asked 24/5, 2013 at 3:23

1

Solved

I'm writing multicast client/server application based on this and this; which work great. However, I would also need to do something when the number of active network interfaces in the computer ch...
Eustache asked 6/11, 2012 at 16:37

1

I am using Linux and trying to figure out how to query (via an API) the NDP table for a specific entry. The only example I have found so far (in the source for iproute2) uses Netlink and gets the e...
Toad asked 30/10, 2012 at 19:53

1

Solved

I'm trying to monitor route changes with netlink socket, but how should I get the updated route address ? Code: #include <sys/socket.h> #include <stdlib.h> #include <stdio.h> #i...
Smuts asked 3/8, 2012 at 2:11

3

Solved

My application does not break during Runtime. However, the following error messages always show up NetlinkListener: ignoring non-kernel netlink multicast message NetlinkEvent: NetlinkEvent::Fin...
Blotch asked 25/4, 2012 at 15:36

1

As all know, netlink it's user/kernel space communication mechanism. I want to communicate from my kernel module to an another. Another kernel module already has the netlink interface. Is it poss...
Amuck asked 13/6, 2012 at 12:49

2

How can I use a NETLINK socket to data from kernel space in PYTHON?
Bulb asked 13/1, 2011 at 4:44

2

Solved

Does anybody know equivalent for NETLINK Sockets API for MAC OS X ? I am trying to port Linux application to MAC OS X and I couldn’t find anything similar in MACOS. I need to provide asynchronous...
Seiler asked 21/12, 2010 at 11:57

© 2022 - 2024 — McMap. All rights reserved.