Home | History | Annotate | Download | only in tcpdump

Lines Matching full:sizeof

255 		addr_size = sizeof(struct in_addr);
260 addr_size = sizeof(struct in6_addr);
273 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
302 addr_size = sizeof(struct in_addr);
307 addr_size = sizeof(struct in6_addr);
320 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
322 TCHECK2(*bp, sizeof(u_int32_t));
324 bp += sizeof(u_int32_t);
326 TCHECK2(*bp, sizeof(u_int32_t));
328 bp += sizeof(u_int32_t);
330 TCHECK2(*bp, sizeof(u_int32_t));
332 bp += sizeof(u_int32_t);
384 addr_size = sizeof(struct in_addr);
389 addr_size = sizeof(struct in6_addr);
408 addr_size = sizeof(struct in_addr);
413 addr_size = sizeof(struct in6_addr);
421 bp += (2 * sizeof(u_int16_t));
429 inet_ntop(source_af, source, source_buf, sizeof(source_buf));
430 inet_ntop(group_af, group, group_buf, sizeof(group_buf));
487 bp += sizeof(u_int16_t);
519 bp += sizeof(u_int16_t);
531 bp += sizeof(u_int32_t);
533 bp += sizeof(u_int32_t);
535 bp += sizeof(u_int32_t);
543 opt_len -= sizeof(u_int32_t); /* option header */
546 if (opt_len < sizeof(u_int32_t)) {
550 TCHECK2(*bp, sizeof(u_int32_t));
552 bp += sizeof(u_int32_t);
553 opt_len -= sizeof(u_int32_t);
554 opts_len -= sizeof(u_int32_t);
566 bp += sizeof(u_int32_t);
579 bp += sizeof(u_int32_t);
581 bp += sizeof(u_int32_t);
594 bp += sizeof(u_int32_t);
596 bp += sizeof(u_int32_t);
606 addr_size = sizeof(struct in_addr);
611 addr_size = sizeof(struct in6_addr);
619 bp += (2 * sizeof(u_int16_t));
628 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
641 bp += sizeof(u_int32_t);
654 bp += sizeof(u_int32_t);
667 bp += sizeof(u_int32_t);