Searched refs:nlm_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/tests/atf_python/sys/netlink/ |
H A D | netlink_route.py | 698 def __init__(self, helper, nlm_type): argument 699 super().__init__(helper, nlm_type) 738 def __init__(self, helper, nlm_type): argument 739 super().__init__(helper, nlm_type) 770 def __init__(self, helper, nlm_type): argument 771 super().__init__(helper, nlm_type) 802 def __init__(self, helper, nlm_type): argument 803 super().__init__(helper, nlm_type)
|