Lines Matching defs:copied
1051 u16_t field16, copied;
1057 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset);
1058 if (copied != sizeof(field16)) {
1061 pkt->parse_offset += copied;
1064 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset);
1065 if (copied != sizeof(field16)) {
1068 pkt->parse_offset += copied;
1111 * The variable length reply is not copied, its pbuf offset and length is stored instead.
1131 u16_t copied, field16;
1146 copied = pbuf_copy_partial(pkt->pbuf, &ttl, sizeof(ttl), pkt->parse_offset);
1147 if (copied != sizeof(ttl)) {
1150 pkt->parse_offset += copied;
1153 copied = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), pkt->parse_offset);
1154 if (copied != sizeof(field16)) {
1157 pkt->parse_offset += copied;
2054 * with the IP addresses of the netif. The hostname will be copied, the
2151 * with the IP addresses of the netif. The hostname will be copied, the