Home
last modified time | relevance | path

Searched refs:addr_count (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dtoken.c177 char *string, int *addr_count) in deliver_token_string() argument
189 if (addr_count) in deliver_token_string()
190 (*addr_count)++; in deliver_token_string()
201 VSTREAM *fp, int *addr_count) in deliver_token_stream() argument
211 status = deliver_token_string(state, usr_attr, STR(buf), addr_count); in deliver_token_stream()
H A Ddotforward.c108 int addr_count; in deliver_dotforward() local
263 addr_count = 0; in deliver_dotforward()
269 status = deliver_token_stream(state, usr_attr, fp, &addr_count); in deliver_dotforward()
272 if (addr_count > 0) { in deliver_dotforward()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_connect.c868 int addr_count; in smtp_connect_inet() local
1009 sess_count = addr_count = in smtp_connect_inet()
1012 sess_count = addr_count = 0; in smtp_connect_inet()
1043 if (++addr_count == var_smtp_mxaddr_limit) in smtp_connect_inet()
1098 --addr_count; in smtp_connect_inet()
1128 --addr_count; in smtp_connect_inet()
/netbsd-src/usr.sbin/tcpdchk/
H A Dtcpdchk.c435 int addr_count = 1; in check_host() local
479 addr_count = check_dns(pat); in check_host()
490 return (addr_count); in check_host()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c1380 int addr_count; in cleanup_chg_from() local
1482 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) { in cleanup_chg_from()
1484 if (addr_count == 0) { in cleanup_chg_from()
1486 addr_count += 1; in cleanup_chg_from()
1532 int addr_count; in cleanup_add_rcpt_par() local
1620 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) { in cleanup_add_rcpt_par()
1622 if (addr_count == 0) { in cleanup_add_rcpt_par()
1624 addr_count += 1; in cleanup_add_rcpt_par()
1634 if (addr_count != 0) in cleanup_add_rcpt_par()
1715 int addr_count; in cleanup_del_rcpt() local
[all …]
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1432 nlm_register_services(SVCPOOL *pool, int addr_count, char **addrs) in nlm_register_services() argument
1447 if (!addr_count) { in nlm_register_services()
1452 if (addr_count < 0 || addr_count > 256 ) { in nlm_register_services()
1454 "max 256 - can't start server\n", addr_count); in nlm_register_services()
1458 xprts = malloc(addr_count * sizeof(SVCXPRT *), M_NLM, M_WAITOK|M_ZERO); in nlm_register_services()
1460 for (j = 0; j < addr_count; j++) { in nlm_register_services()
1516 for (j = 0; j < addr_count; j++) { in nlm_register_services()
1531 nlm_server_main(int addr_count, char **addrs) in nlm_server_main() argument
1624 error = nlm_register_services(pool, addr_count, addrs); in nlm_server_main()
1723 return nlm_server_main(uap->addr_count, uap->addrs); in sys_nlm_syscall()
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c706 int addr_count; in enqueue() local
817 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) { in enqueue()
828 ++addr_count; in enqueue()
832 if (addr_count == 0) { in enqueue()
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_common.h109 u32 addr_count, ixgbe_mc_addr_itr func);
H A Dixgbe_api.c1008 u32 addr_count, ixgbe_mc_addr_itr func) in ixgbe_update_uc_addr_list() argument
1011 addr_list, addr_count, func), in ixgbe_update_uc_addr_list()
H A Dixgbe_api.h123 u32 addr_count, ixgbe_mc_addr_itr func);
H A Dixgbe_common.c2610 u32 addr_count, ixgbe_mc_addr_itr next) in ixgbe_update_uc_addr_list_generic() argument
2637 for (i = 0; i < addr_count; i++) { in ixgbe_update_uc_addr_list_generic()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dzone.c13151 uint32_t addr_count, cnamecnt;
13261 addr_count = message_count(msg, DNS_SECTION_ANSWER, in stub_glue_response_cb()
13273 if (addr_count == 0) { in stub_glue_response_cb()
13212 uint32_t addr_count, cnamecnt; stub_glue_response_cb() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone.c13182 uint32_t addr_count, cnamecnt; in stub_glue_response_cb() local
13295 addr_count = message_count(msg, DNS_SECTION_ANSWER, in stub_glue_response_cb()
13307 if (addr_count == 0) { in stub_glue_response_cb()