Home
last modified time | relevance | path

Searched refs:net_magic_num (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1168 uint32_t net_magic_num; /* magic byte in network byte order */ in pcp_frame_error_handle() local
1172 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() local
1209 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()
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c1566 uint32_t net_magic_num; /* magic byte in network byte order */ in tsal_pcp_frame_error_handle() local
1570 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()