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

  /src/crypto/external/cpl/trousers/dist/src/include/
tddl.h 23 int transmit; member in struct:tpm_device_node
  /src/sys/net/
if_ppp.h 102 int transmit; member in struct:ppp_option_data
  /src/usr.bin/tip/
cmds.c 62 void transmit(FILE *, const char *, char *);
278 transmit(fd, value(EOFWRITE), NULL);
288 transmit(FILE *fd, const char *eofchars, char *command) function
414 transmit(fd, "\04", line);
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 205 static void transmit (struct server *);
658 * transmit - transmit a packet to the given server, or mark it completed.
663 transmit( function
690 printf("transmit(%s)\n", stoa(&server->srcadr));
724 printf("transmit auth to %s\n",
732 printf("transmit to %s\n", stoa(&server->srcadr));
736 * Update the server timeout and transmit count
920 * Shift this data in, then schedule another transmit.
1480 transmit(server)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 388 * transmit - transmit procedure called by poll timeout
391 transmit( function
432 * sys_beacon seconds we are to transmit unconditionally, but
455 * Pool associations transmit unicast solicitations when there
587 * Do not transmit if in broadcast client mode.
655 l_fp p_xmt; /* transmit timestamp */
1281 ** the transmit timestamp saved in the client state variables,
1284 ** The transmit timestamp functions as a nonce to verify that the
1285 ** response corresponds to the original request. The transmit
    [all...]

Completed in 27 milliseconds