Searched defs:stationary (Results 1 – 9 of 9) sorted by relevance
56 struct stationary : boost::noncopyable struct58 explicit stationary(int i) : val{i} {} in stationary() argument59 stationary& operator=(int i) { val = i; return *this; } in operator =() argument61 int val;
33 struct stationary : boost::noncopyable struct35 explicit stationary(int i) : val{i} {} in stationary() argument36 stationary& operator=(int i) { val = i; return *this; } in operator =() argument44 boost::spirit::x3::rule<class a_r, stationary> const a; argument
41 struct stationary : boost::noncopyable struct43 explicit stationary(int i) : val{i} {} in stationary() argument44 stationary& operator=(int i) { val = i; return *this; } in operator =() argument46 int val;
69 const struct wpabuf *civic, int stationary) in hostapd_neighbor_set()
131 int stationary; member
124 const struct wpabuf *civic, int stationary, in hostapd_neighbor_set()
140 int stationary; member
2687 int stationary = 0; in hostapd_ctrl_iface_set_neighbor() local
3193 int stationary = 0; in hostapd_ctrl_iface_set_neighbor() local