Beispiel #1
0
 public static extern void nl_object_put(nl_object *obj);
Beispiel #2
0
 public static extern int nl_cache_move(nl_cache *cache, nl_object *obj);
Beispiel #3
0
 public static extern void nl_object_dump_buf(nl_object *obj, char *buf, uint len);
Beispiel #4
0
 public static extern void nl_object_free(nl_object *obj);
Beispiel #5
0
 public static extern uint nl_object_get_id_attrs(nl_object *obj);
Beispiel #6
0
 public static extern void nl_cache_dump_filter(nl_cache *cache, nl_dump_params *parameters, nl_object *filter);
Beispiel #7
0
 public static extern int nl_object_match_filter(nl_object *obj, nl_object *filter);
Beispiel #8
0
 public static extern nl_object *nl_object_clone(nl_object *obj);
Beispiel #9
0
 public static extern int nl_object_identical(nl_object *a, nl_object *b);
Beispiel #10
0
 public static extern int nl_object_is_marked(nl_object *obj);
Beispiel #11
0
 public static extern int nl_object_get_refcnt(nl_object *obj);
Beispiel #12
0
 public static extern int nl_object_get_msgtype(nl_object *obj);
Beispiel #13
0
 public static extern int nl_cache_nitems_filter(nl_cache *cache, nl_object *filter);
Beispiel #14
0
 public static extern nl_object *nl_cache_get_prev(nl_object *obj);
Beispiel #15
0
 public static extern int nl_object_shared(nl_object *obj);
Beispiel #16
0
 public static extern nl_object *nl_cache_search(nl_cache *cache, nl_object *needle);
Beispiel #17
0
 public static extern int nl_object_update(nl_object *dst, nl_object *src);
Beispiel #18
0
 public static extern uint nl_object_diff(nl_object *a, nl_object *b);
Beispiel #19
0
 public static extern nl_cache *nl_cache_subset(nl_cache *orig, nl_object *filter);
Beispiel #20
0
 public static extern ulong nl_object_diff64(nl_object *a, nl_object *b);
Beispiel #21
0
 public static extern nl_cache *nl_object_get_cache(nl_object *obj);
Beispiel #22
0
 public static extern void nl_cache_remove(nl_object *obj);
Beispiel #23
0
 public static extern nl_object_ops *nl_object_get_ops(nl_object *obj);
Beispiel #24
0
 public static extern void nl_object_dump(nl_object *obj, nl_dump_params *parameters);
Beispiel #25
0
 public static extern nl_object *nl_cache_find(nl_cache *cache, nl_object *filter);
Beispiel #26
0
 public static extern void nl_object_keygen(nl_object *obj, uint *hashkey, uint hashtbl_sz);
Beispiel #27
0
 public static extern nl_object *nl_cache_get_next(nl_object *obj);
Beispiel #28
0
 public static extern void nl_object_unmark(nl_object *obj);
Beispiel #29
0
 public unsafe NetworkInterface(nl_object *link) : this((rtnl_link *)link)
 {
 }