Home
last modified time | relevance | path

Searched refs:addr_temp (Results 1 – 2 of 2) sorted by relevance

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