HomeSort by: relevance | last modified time | path
    Searched defs:gps_send (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_nmea.c 326 static void gps_send(int, const char *, struct peer *);
587 gps_send(pp->io.fd, "$PMOTG,RMC,0000*1D\r\n", peer);
1155 * gps_send(fd, cmd, peer) Sends a command to the GPS receiver.
1156 * as in gps_send(fd, "rqts,u", peer);
1171 gps_send( function
1194 DPRINTF(1, ("%s gps_send: buffer overflow for command '%s'\n",
1203 DPRINTF(1, ("%s gps_send: '%.*s'\n", refnumtoa(&peer->srcadr),

Completed in 15 milliseconds