Searched refs:w32_buf (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_oncore.c | 571 #define w32_buf(buf,w) { u_int i_tmp; \ macro 3061 w32_buf(&Cmd[-2+4], (int)instance->delay); in oncore_get_timestamp() 3066 … w32_buf(&Cmd[-2+4], instance->offset); /* will check for hw response */ in oncore_get_timestamp() 3811 w32_buf(&Cmd[-2+4], (int) instance->ss_lat); in oncore_set_posn() 3812 w32_buf(&Cmd[-2+8], (int) instance->ss_long); in oncore_set_posn() 3813 w32_buf(&Cmd[-2+12], (int) instance->ss_ht); in oncore_set_posn() 3818 w32_buf(&Cmd[-2+4], (int) instance->ss_ht); in oncore_set_posn() 3826 w32_buf(&Cmd[-2+4], (int) instance->ss_lat); in oncore_set_posn() 3827 w32_buf(&Cmd[-2+8], (int) instance->ss_long); in oncore_set_posn() 3828 w32_buf(&Cmd[-2+12],(int) instance->ss_ht); in oncore_set_posn() [all …]
|