Searched refs:addr_prefix (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c310 char *addr_prefix; /* ipv6: or empty */ member in struct:SINK_STATE
497 state->addr_prefix, state->client_addr.buf);
510 state->helo_args, state->addr_prefix,
514 state->addr_prefix, state->client_addr.buf,
515 state->addr_prefix, state->client_addr.buf);
1344 state->addr_prefix = "ipv6:";
1347 state->addr_prefix = "";
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c1570 const char addr_prefix[] = "192.168.0."; local
1580 snprintf(addr_string, ADDR_LENGTH, "%s%d", addr_prefix, curr_addr_no++);

Completed in 71 milliseconds