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

  /src/external/bsd/ntp/dist/ntpd/
cmd_args.c 61 proto_config(PROTO_AUTHENTICATE, 1, 0., NULL);
63 proto_config(PROTO_AUTHENTICATE, 0, 0., NULL);
66 proto_config(PROTO_BROADCLIENT, 1, 0., NULL);
110 proto_config(PROTO_BROADDELAY, 0, tmp, NULL);
ntp_config.c 2006 proto_config(PROTO_BROADCLIENT, ptree->broadcastclient,
2015 proto_config(PROTO_MULTICAST_ADD,
2030 proto_config(PROTO_MULTICAST_ADD, 0, 0.,
2035 proto_config(PROTO_MULTICAST_ADD, 1, 0., NULL);
2452 proto_config(item, 0, tos->value.d, NULL);
3505 proto_config(PROTO_AUTHENTICATE, enable, 0., NULL);
3509 proto_config(PROTO_BROADCLIENT, enable, 0., NULL);
3513 proto_config(PROTO_CAL, enable, 0., NULL);
3517 proto_config(PROTO_KERNEL, enable, 0., NULL);
3521 proto_config(PROTO_MONITOR, enable, 0., NULL)
    [all...]
ntp_request.c 1547 proto_config(PROTO_BROADCLIENT, set, 0., NULL);
1549 proto_config(PROTO_PPS, set, 0., NULL);
1551 proto_config(PROTO_NTP, set, 0., NULL);
1553 proto_config(PROTO_KERNEL, set, 0., NULL);
1555 proto_config(PROTO_MONITOR, set, 0., NULL);
1557 proto_config(PROTO_FILEGEN, set, 0., NULL);
1559 proto_config(PROTO_AUTHENTICATE, set, 0., NULL);
1561 proto_config(PROTO_CAL, set, 0., NULL);
ntp_proto.c 5356 * proto_config - configure the protocol module
5359 proto_config( function
5369 DPRINTF(2, ("proto_config: code %d value %lu dvalue %lf\n",
  /src/external/bsd/ntp/dist/include/
ntpd.h 263 extern void proto_config (int, u_long, double, sockaddr_u *);

Completed in 25 milliseconds