Home
last modified time | relevance | path

Searched refs:dc (Results 1 – 5 of 5) sorted by relevance

/net/core/
Dutils.c189 u8 *d, *dc = NULL; in in6_pton() local
227 dc = d; in in6_pton()
229 if (dc - dbuf >= sizeof(dbuf)) in in6_pton()
262 if (!dc && d + 2 < dbuf + sizeof(dbuf)) { in in6_pton()
270 if ((dc && d + 4 < dbuf + sizeof(dbuf)) || in in6_pton()
283 if (dc) { in in6_pton()
284 while (d >= dc) in in6_pton()
286 while (i >= dc - dbuf) in in6_pton()
/net/wireless/
Dsme.c1163 ev->dc.ie = ((u8 *)ev) + sizeof(*ev); in cfg80211_disconnected()
1164 ev->dc.ie_len = ie_len; in cfg80211_disconnected()
1165 memcpy((void *)ev->dc.ie, ie, ie_len); in cfg80211_disconnected()
1166 ev->dc.reason = reason; in cfg80211_disconnected()
1167 ev->dc.locally_generated = locally_generated; in cfg80211_disconnected()
Dutil.c942 ev->dc.ie, ev->dc.ie_len, in cfg80211_process_wdev_events()
943 ev->dc.reason, in cfg80211_process_wdev_events()
944 !ev->dc.locally_generated); in cfg80211_process_wdev_events()
Dcore.h262 } dc; member
/net/bluetooth/
Dhci_request.c2221 struct hci_cp_disconnect dc; in __hci_abort_conn() local
2223 dc.handle = cpu_to_le16(conn->handle); in __hci_abort_conn()
2224 dc.reason = reason; in __hci_abort_conn()
2225 hci_req_add(req, HCI_OP_DISCONNECT, sizeof(dc), &dc); in __hci_abort_conn()