Searched defs:addr_num (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmconnect.c89 int addr_num = 0; local
137 bcopy(hp->h_addr_list[addr_num],
142 bcopy(&hp->h_addr_list[addr_num][IN6ADDRSZ - INADDRSZ],
172 if (hp->h_addr_list[++addr_num] != NULL) {
175 bcopy(hp->h_addr_list[addr_num],
180 bcopy(&hp->h_addr_list[addr_num]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c971 int i, addr_num, rc; local
986 addr_num = bcast_num;
994 addr_num = nbns_num;
1013 for (i = 0; i < addr_num; i++) {
1046 int i, addr_num, q_addrs = 0; local
1060 addr_num = bcast_num;
1070 addr_num = nbns_num;
1079 * the value of addr_num is irrelvant here, because
1081 * need the addr_num. We set a value here just to avoid
1084 addr_num
1175 int addr_num; local
1266 int i, addr_num; local
[all...]

Completed in 47 milliseconds