Lines Matching defs:lghn
451 parse_cfg_buf(char *buf, _sd_dual_pair_t *pair, char *lghn)
482 if (lghn && (p = strstr(options, "lghn="))) {
491 (void) strncpy(lghn, p, len);
492 lghn[len] = '\0';
493 } else if (lghn) {
494 *lghn = '\0';
2923 key, "lghn", fromhost) < 0) {
2932 key, "lghn", tohost) < 0) {
2990 CFG_SEC_CONF, key, "lghn",
5447 char lghn[ MAX_RDC_HOST_SIZE ];
5461 if (parse_cfg_buf(buf, &pair, lghn))
5466 /* use lghn if possible */
5467 if (*lghn) {
5468 if (strcmp(host2, lghn) == 0) {