Example #1
0
 def bind(self, groups=0, **kwarg):
     GenericNetlinkSocket.bind(
         self, 'devlink', devlinkcmd, groups, None, **kwarg
     )
Example #2
0
 def bind(self, groups=0, **kwarg):
     GenericNetlinkSocket.bind(self, self.genl_family,
                               self.marshal_class.msg_map[0], groups, None,
                               **kwarg)
Example #3
0
 def bind(self, groups=0, **kwarg):
     GenericNetlinkSocket.bind(
         self, 'nl80211', nl80211cmd, groups, None, **kwarg
     )
Example #4
0
 def bind(self):
     GenericNetlinkSocket.bind(self, 'TASKSTATS', taskstatsmsg)