Home
last modified time | relevance | path

Searched defs:linkdata (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dip.c60 struct linkdata { struct
61 struct linkdata *next, *prev; argument
62 int flags, iface_idx, mtu, txqueuelen, parent,iface_type;
63 char qdiscpline[IFNAMSIZ+1], state[IFNAMSIZ+1], type[IFNAMSIZ+1],
64 iface[IFNAMSIZ+1], laddr[64], bcast[64];
65 struct rtnl_link_stats rt_stat;
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h763 gpointer linkdata; member