Lines Matching refs:baddr
1669 void *baddr, *bytes = &frame->bytes[0]; in sktu_channel_port_frame_to_pkt() local
1688 baddr = os_buflet_get_object_address(buf); in sktu_channel_port_frame_to_pkt()
1689 assert(baddr != NULL); in sktu_channel_port_frame_to_pkt()
1704 baddr = os_buflet_get_object_address(buf); in sktu_channel_port_frame_to_pkt()
1705 assert(baddr != NULL); in sktu_channel_port_frame_to_pkt()
1709 memcpy(baddr, bytes, clen); in sktu_channel_port_frame_to_pkt()
1713 baddr += clen; in sktu_channel_port_frame_to_pkt()
2327 char *baddr = &frame->bytes[0]; in sktu_create_ip_frames() local
2328 struct ip *ip = (struct ip *)baddr; in sktu_create_ip_frames()
2363 baddr += sizeof(*ip); in sktu_create_ip_frames()
2365 memcpy(baddr, sdu + off, dlen); in sktu_create_ip_frames()
2395 char *baddr = &frame->bytes[0]; in sktu_create_ip6_frames() local
2396 struct ip6_hdr *ip6 = (struct ip6_hdr *)baddr; in sktu_create_ip6_frames()
2429 baddr += sizeof(*ip6); in sktu_create_ip6_frames()
2433 struct ip6_frag *ip6f = (struct ip6_frag *)baddr; in sktu_create_ip6_frames()
2443 baddr += sizeof(*ip6f); in sktu_create_ip6_frames()
2446 memcpy(baddr, sdu + off, dlen); in sktu_create_ip6_frames()