Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c293 struct in_addr addr_temp; in interpret_mip_cntrlmsg() local
564 inet_ntoa(addr_temp), in interpret_mip_cntrlmsg()
570 inet_ntoa(addr_temp), in interpret_mip_cntrlmsg()
576 inet_ntoa(addr_temp), in interpret_mip_cntrlmsg()
612 inet_ntoa(addr_temp), in interpret_mip_cntrlmsg()
618 inet_ntoa(addr_temp), in interpret_mip_cntrlmsg()
707 struct in_addr addr_temp; in trav_ext() local
714 (void) memcpy(&(addr_temp.s_addr), p, sizeof (addr_temp.s_addr)); in trav_ext()
717 inet_ntoa(addr_temp), in trav_ext()
723 (void) memcpy(&(addr_temp.s_addr), p, sizeof (addr_temp.s_addr)); in trav_ext()
[all …]
/illumos-gate/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()
1300 bigger = realloc (datap->addr_temp, in krb5_os_localaddr_profile()
1303 datap->addr_temp = bigger; in krb5_os_localaddr_profile()
1346 if (data.addr_temp) { in get_localaddrs()
1348 krb5_xfree (data.addr_temp[i]); in get_localaddrs()
1349 free (data.addr_temp); in get_localaddrs()
1361 *addr = data.addr_temp; in get_localaddrs()
[all …]