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

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

Completed in 29 milliseconds