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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c295 struct in_addr addr_temp; local
562 addr_temp.s_addr = rreq->home_addr;
566 inet_ntoa(addr_temp),
567 addrtoname(AF_INET, &addr_temp));
568 addr_temp.s_addr = rreq->home_agent_addr;
572 inet_ntoa(addr_temp),
573 addrtoname(AF_INET, &addr_temp));
574 addr_temp.s_addr = rreq->care_of_addr;
578 inet_ntoa(addr_temp),
579 addrtoname(AF_INET, &addr_temp));
709 struct in_addr addr_temp; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c1100 krb5_address **addr_temp; member in struct:localaddr_data
1132 n = realloc (data->addr_temp,
1138 data->addr_temp = n;
1141 data->addr_temp[i] = 0;
1225 data->addr_temp[data->cur_idx] = address;
1228 data->addr_temp[data->cur_idx++] = address;
1300 bigger = realloc (datap->addr_temp,
1303 datap->addr_temp = bigger;
1309 datap->addr_temp[datap->cur_idx++] = newaddrs[i];
1346 if (data.addr_temp) {
[all...]

Completed in 49 milliseconds