Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h92 int hc_connect(struct HostConf *hc, int readonly);
H A Dcpdup.c313 if (hc_connect(&SrcHost, ReadOnlyOpt) < 0) in main()
324 if (hc_connect(&DstHost, 0) < 0) in main()
H A Dhcproto.c116 hc_connect(struct HostConf *hc, int readonly) in hc_connect() function