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