Searched refs:net_magic_num (Results 1 – 2 of 2) sorted by relevance
1168 uint32_t net_magic_num; /* magic byte in network byte order */ in pcp_frame_error_handle() local1172 net_magic_num = htonl(host_magic_num); in pcp_frame_error_handle()1173 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in pcp_frame_error_handle()1205 uint32_t net_magic_num; /* magic byte in network byte order */ in pcp_vldc_frame_error_handle() local1209 net_magic_num = htonl(host_magic_num); in pcp_vldc_frame_error_handle()1210 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in pcp_vldc_frame_error_handle()
1566 uint32_t net_magic_num; /* magic byte in network byte order */ in tsal_pcp_frame_error_handle() local1570 net_magic_num = htonl(host_magic_num); in tsal_pcp_frame_error_handle()1571 (void) memcpy(magic_num_buf, (uint8_t *)&net_magic_num, 4); in tsal_pcp_frame_error_handle()