Home
last modified time | relevance | path

Searched refs:thdr (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/cls/
Dematch.c343 struct tcf_ematch_tree_hdr *thdr; in rtnl_ematch_parse_attr() local
357 thdr = nla_data(tb[TCA_EMATCH_TREE_HDR]); in rtnl_ematch_parse_attr()
360 if (thdr->nmatches == 0) { in rtnl_ematch_parse_attr()
369 thdr->nmatches, thdr->progid); in rtnl_ematch_parse_attr()
376 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) / in rtnl_ematch_parse_attr()
380 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *)))) in rtnl_ematch_parse_attr()
383 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) { in rtnl_ematch_parse_attr()
404 if (nmatches >= thdr->nmatches) { in rtnl_ematch_parse_attr()
421 *((uint32_t *) data) >= thdr->nmatches) { in rtnl_ematch_parse_attr()
455 if (nmatches != thdr->nmatches) { in rtnl_ematch_parse_attr()
[all …]
/external/libpcap/
Dpcap-linux.c378 union thdr { union
391 #define RING_GET_FRAME_AT(h, offset) (((union thdr **)h->buffer)[(offset)])
4365 handle->buffer = malloc(handle->cc * sizeof(union thdr *));
4506 union thdr h;
4783 union thdr h;
4867 union thdr h;
4952 union thdr h;
5042 union thdr h;
/external/syslinux/core/lwip/src/core/
Dtcp_out.c1443 struct tcp_hdr *thdr = (struct tcp_hdr *)seg->p->payload; in tcp_zero_window_probe() local
1445 pbuf_copy_partial(seg->p, d, 1, TCPH_HDRLEN(thdr) * 4); in tcp_zero_window_probe()
/external/v8/src/s390/
Dconstants-s390.h1330 V(thdr, THDR, 0xB359) /* type = RRE CONVERT BFP TO HFP (long) */ \