Searched refs:var_inet_interfaces (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Down_inet_addr.c114 if (strcmp(var_inet_interfaces, INET_INTERFACES_ALL) == 0) {
124 else if (strcmp(var_inet_interfaces, INET_INTERFACES_LOCAL) == 0) {
147 bufp = hosts = mystrdup(var_inet_interfaces);
299 char *var_inet_interfaces; variable
311 var_inet_interfaces = argv[2];
H A Dmynetworks.c320 char *var_inet_interfaces; variable
333 var_inet_interfaces = argv[3];
H A Dmail_params.c46 /* char *var_inet_interfaces;
282 char *var_inet_interfaces; variable
772 VAR_INET_INTERFACES, DEF_INET_INTERFACES, &var_inet_interfaces, 0, 0,
H A Dmail_params.h209 extern char *var_inet_interfaces;
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_builtin.c268 if (var_inet_interfaces == 0) {
274 var_inet_interfaces = mystrdup(junk);
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_ent.c303 saved_interfaces = mystrdup(var_inet_interfaces);
352 if (!STR_SAME(saved_interfaces, var_inet_interfaces)) {
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c5696 VAR_INET_INTERFACES, DEF_INET_INTERFACES, &var_inet_interfaces,

Completed in 209 milliseconds