Searched refs:nlif_handle (Results 1 – 3 of 3) sorted by relevance
223 struct nlif_handle;225 struct nlif_handle *nlif_open(void);226 void nlif_close(struct nlif_handle *orig);227 int nlif_fd(struct nlif_handle *nlif_handle);228 int nlif_query(struct nlif_handle *nlif_handle);229 int nlif_catch(struct nlif_handle *nlif_handle);230 int nlif_index2name(struct nlif_handle *nlif_handle, 233 int nlif_get_ifflags(const struct nlif_handle *h,
38 struct nlif_handle { struct58 struct nlif_handle *h = arg; in iftable_add() argument118 struct nlif_handle *h = arg; in iftable_del()149 int nlif_index2name(struct nlif_handle *h, in nlif_index2name()183 int nlif_get_ifflags(const struct nlif_handle *h, in nlif_get_ifflags()216 struct nlif_handle *nlif_open(void) in nlif_open()219 struct nlif_handle *h; in nlif_open()221 h = calloc(1, sizeof(struct nlif_handle)); in nlif_open()261 void nlif_close(struct nlif_handle *h) in nlif_close()288 int nlif_catch(struct nlif_handle *h) in nlif_catch()[all …]
14 struct nlif_handle *h; in main()