Searched refs:op_len (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 535 u16_t op_len = dhcp6_get_option_length(dhcp6, DHCP6_OPTION_IDX_DNS_SERVER); in dhcp6_handle_config_reply() local 541 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_PROVIDE_DNS_SERVERS); in dhcp6_handle_config_reply() 560 u16_t op_len = dhcp6_get_option_length(dhcp6, DHCP6_OPTION_IDX_NTP_SERVER); in dhcp6_handle_config_reply() local 564 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_MAX_NTP_SERVERS); in dhcp6_handle_config_reply() 640 u8_t *op_len; in dhcp6_parse_reply() local 649 op_len = (u8_t *)pbuf_get_contiguous(p, op_len_buf, 4, 4, offset); in dhcp6_parse_reply() 650 if (op_len == NULL) { in dhcp6_parse_reply() 654 op = (op_len[0] << 8) | op_len[1]; in dhcp6_parse_reply() 655 len = (op_len[2] << 8) | op_len[3]; in dhcp6_parse_reply()
|
/third_party/ltp/testcases/kernel/syscalls/accept/ |
D | accept02.c | 45 int op, op_len, mc_group_len; in server_thread() local 48 op_len = sizeof(op); in server_thread() 53 SAFE_SETSOCKOPT(server_sockfd, SOL_SOCKET, SO_REUSEADDR, &op, op_len); in server_thread()
|
/third_party/e2fsprogs/misc/ |
D | uuidd.c | 147 int op_len; in call_daemon() local 183 op_len = 1; in call_daemon() 186 op_len += sizeof(int); in call_daemon() 189 ret = write_all(s, op_buf, op_len); in call_daemon() 190 if (ret < op_len) { in call_daemon()
|
/third_party/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 502 int op_len; in get_uuid_via_daemon() local 542 op_len = 1; in get_uuid_via_daemon() 545 op_len += sizeof(*num); in get_uuid_via_daemon() 549 ret = write(s, op_buf, op_len); in get_uuid_via_daemon()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | parse.cc | 1284 AnfNodePtr op_len = block->MakeResolveSymbol(NAMED_PRIMITIVE_LEN); in ParseFor() local 1287 CNodePtr len_iter = block->func_graph()->NewCNodeInOrder({op_len, iter_node}); in ParseFor() 1411 AnfNodePtr op_len = block->MakeResolveSymbol(NAMED_PRIMITIVE_LEN); in ParseForLoop() local 1422 CNodePtr scalar_len = block->func_graph()->NewCNodeInOrder({op_len, iter_node}); in ParseForLoop()
|