Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_ripencc.c427 static void bPutULong (unsigned long *, unsigned char *);
1272 bPutULong (&AutoOutputMask, &cmd->buf[1]); in cmd_0x8E4Ds()
1410 bPutULong( in bPutULong() function
1446 void bPutULong (long a, unsigned char *cmdbuf) {*(long*) cmdbuf = a;} in bPutULong() function