Searched defs:nl (Results 76 - 100 of 138) sorted by relevance

123456

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.h35 struct nl_handle *nl; member in struct:nl80211_global
H A Ddriver_nl80211_event.c1094 struct nlattr *nl; local
1116 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
1119 s->ssid = nla_data(nl);
1120 s->ssid_len = nla_len(nl);
1136 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem)
1138 freqs[num_freqs] = nla_get_u32(nl);
1903 struct nlattr *nl; local
1915 nla_for_each_nested(nl,
1919 s->ssid = nla_data(nl);
1920 s->ssid_len = nla_len(nl);
[all...]
H A Ddriver_nl80211_capa.c705 struct nlattr *nl; local
708 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) {
710 if (nla_len(nl) != sizeof(*vinfo)) {
714 vinfo = nla_data(nl);
768 struct nlattr *nl; local
771 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) {
773 if (nla_len(nl) != sizeof(*vinfo)) {
777 vinfo = nla_data(nl);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.h35 struct nl_handle *nl; member in struct:nl80211_global
H A Ddriver_nl80211_event.c1094 struct nlattr *nl; local
1116 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
1119 s->ssid = nla_data(nl);
1120 s->ssid_len = nla_len(nl);
1136 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem)
1138 freqs[num_freqs] = nla_get_u32(nl);
1903 struct nlattr *nl; local
1915 nla_for_each_nested(nl,
1919 s->ssid = nla_data(nl);
1920 s->ssid_len = nla_len(nl);
[all...]
H A Ddriver_nl80211_capa.c705 struct nlattr *nl; local
708 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) {
710 if (nla_len(nl) != sizeof(*vinfo)) {
714 vinfo = nla_data(nl);
768 struct nlattr *nl; local
771 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) {
773 if (nla_len(nl) != sizeof(*vinfo)) {
777 vinfo = nla_data(nl);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.h35 struct nl_handle *nl; member in struct:nl80211_global
H A Ddriver_nl80211_event.c1094 struct nlattr *nl; local
1116 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_SSIDS], rem) {
1119 s->ssid = nla_data(nl);
1120 s->ssid_len = nla_len(nl);
1136 nla_for_each_nested(nl, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem)
1138 freqs[num_freqs] = nla_get_u32(nl);
1903 struct nlattr *nl; local
1915 nla_for_each_nested(nl,
1919 s->ssid = nla_data(nl);
1920 s->ssid_len = nla_len(nl);
[all...]
H A Ddriver_nl80211_capa.c705 struct nlattr *nl; local
708 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_DATA], rem) {
710 if (nla_len(nl) != sizeof(*vinfo)) {
714 vinfo = nla_data(nl);
768 struct nlattr *nl; local
771 nla_for_each_nested(nl, tb[NL80211_ATTR_VENDOR_EVENTS], rem) {
773 if (nla_len(nl) != sizeof(*vinfo)) {
777 vinfo = nla_data(nl);
/external/dhcpcd-6.8.2/
H A Dif-linux.c252 _open_link_socket(struct sockaddr_nl *nl, int flags, int protocol) argument
274 nl->nl_family = AF_NETLINK;
275 if (bind(fd, (struct sockaddr *)nl, sizeof(*nl)) == -1) {
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp908 void setCollator(Collator *c, Line *l, int32_t nl, UBool atLeastUCA62) argument
912 noLines = nl;
/external/iproute2/ip/
H A Dipaddress.c1798 static int show_handler(const struct sockaddr_nl *nl, argument
1831 static int restore_handler(const struct sockaddr_nl *nl, argument
/external/iptables/iptables/
H A Dnft.c65 if (mnl_socket_sendto(h->nl, nlh, nlh->nlmsg_len) < 0)
68 ret = mnl_socket_recvfrom(h->nl, buf, sizeof(buf));
74 ret = mnl_socket_recvfrom(h->nl, buf, sizeof(buf));
127 static void mnl_nft_set_sndbuffer(const struct mnl_socket *nl) argument
137 if (setsockopt(mnl_socket_get_fd(nl), SOL_SOCKET, SO_SNDBUFFORCE,
156 static ssize_t mnl_nft_socket_sendmsg(const struct mnl_socket *nl) argument
171 mnl_nft_set_sndbuffer(nl);
185 ret = sendmsg(mnl_socket_get_fd(nl), &msg, 0);
193 int ret, fd = mnl_socket_get_fd(h->nl);
202 ret = mnl_nft_socket_sendmsg(h->nl);
2423 struct mnl_socket *nl; local
[all...]
/external/pcre/dist2/src/
H A Dpcre2_intmodedep.h713 PCRE2_UCHAR nl[4]; /* Newline string when fixed length */ member in struct:compile_block
816 PCRE2_UCHAR nl[4]; /* Newline string when fixed */ member in struct:match_block
843 PCRE2_UCHAR nl[4]; /* Newline string when fixed */ member in struct:dfa_match_block
/external/python/cpython2/Include/
H A DPython-ast.h108 bool nl; member in struct:_stmt::__anon19167::__anon19174
403 stmt_ty _Py_Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int
/external/python/cpython2/Modules/_io/
H A Dtextio.c1655 unsigned char *nl = (unsigned char *) PyString_AS_STRING(readnl); local
1657 Py_UNICODE *pos = find_control_char(start, end, nl[0]);
1671 Py_UNICODE *pos = find_control_char(s, end, nl[0]);
1675 if (pos[i] != nl[i])
1682 pos = find_control_char(e, end, nl[0]);
/external/python/cpython2/Python/
H A Dast.c2279 bool nl; local
2301 nl = (TYPE(CHILD(n, NCH(n) - 1)) == COMMA) ? false : true;
2302 return Print(dest, seq, nl, LINENO(n), n->n_col_offset, c->c_arena);
H A Dpythonrun.c1070 char *nl; local
1075 nl = strchr(text, '\n');
1076 if (nl == NULL || nl-text >= offset)
1078 offset -= (int)(nl+1-text);
1079 text = nl+1;
/external/python/cpython3/Modules/_io/
H A Dtextio.c1705 Py_UCS1 *nl = PyUnicode_1BYTE_DATA(readnl); local
1709 const char *pos = find_control_char(kind, start, end, nl[0]);
1723 const char *pos = find_control_char(kind, s, end, nl[0]);
1727 if (PyUnicode_READ(kind, pos, i) != nl[i])
1734 pos = find_control_char(kind, e, end, nl[0]);
/external/selinux/libsepol/src/
H A Dexpand.c1625 cond_av_list_t *nl; local
1670 nl = (cond_av_list_t *) malloc(sizeof(cond_av_list_t));
1671 if (!nl) {
1675 memset(nl, 0, sizeof(cond_av_list_t));
1676 nl->node = node;
1677 nl->next = *cond;
1678 *cond = nl;
3376 cond_av_list_t *nl; local
3388 nl = (cond_av_list_t *) malloc(sizeof(*nl));
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp210 void dump(raw_ostream &OS, const char *nl) const {
215 OS << ' ' << CI.getKey() << " : " << CI.getData() << nl;
217 OS << nl; local
580 void print(Store store, raw_ostream &Out, const char* nl,
2463 const char* nl, const char *sep) {
2467 << " :" << nl;
2468 B.dump(OS, nl);
2462 print(Store store, raw_ostream &OS, const char* nl, const char *sep) argument
/external/iproute2/lib/
H A Dbpf.c924 const struct bpf_cfg_ops *ops, void *nl,
939 ops->cbpf_cb(nl, opcodes, ret);
944 ops->ebpf_cb(nl, ret, annotation);
951 const struct bpf_cfg_ops *ops, void *nl)
965 return bpf_parse_opt_tbl(type, cfg, ops, nl, opt_tbl);
923 bpf_parse_opt_tbl(enum bpf_prog_type type, struct bpf_cfg_in *cfg, const struct bpf_cfg_ops *ops, void *nl, const bool *opt_tbl) argument
950 bpf_parse_common(enum bpf_prog_type type, struct bpf_cfg_in *cfg, const struct bpf_cfg_ops *ops, void *nl) argument
/external/libedit/src/
H A Dreadline.c2139 char **nl; local
2141 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL)
2143 list = nl;
/external/mksh/src/
H A Dfuncs.c310 bool nl; member in struct:__anon17347
328 po.nl = true;
341 po.nl = false;
379 po.nl = new_nl;
411 po.nl = false;
491 po.nl = false;
543 if (po.nl)
/external/opencv/ml/src/
H A Dmltree.cpp2438 int vi, i, n = node->sample_count, nl, nr, d0 = 0, d1 = -1; local
2496 nl = n - nr - nz;
2497 d0 = nl > nr ? -1 : nr > nl;
2518 int vi, i, n = node->sample_count, nl, nr; local
2533 for( i = nl = nr = 0; i < n; i++ )
2537 new_idx[i] = (nl & (d-1)) | (nr & -d); // d ? ri : li
2539 nl += d^1;
2542 node->left = left = data->new_node( node, nl, new_buf_idx, node->offset );
2544 (data->ord_var_count + work_var_count)*nl );
[all...]

Completed in 706 milliseconds

123456