Searched refs:p_term (Results 1 – 1 of 1) sorted by relevance
624 au_tid_addr_t *p_term; in adt_load_termid() local640 if ((p_term = calloc(1, sizeof (au_tid_addr_t))) == NULL) { in adt_load_termid()651 adt_do_ipv6_address(&peer, &sock, p_term); in adt_load_termid()654 (struct sockaddr_in *)&sock, p_term); in adt_load_termid()656 *termid = (adt_termid_t *)p_term; in adt_load_termid()661 free(p_term); in adt_load_termid()699 adt_get_hostIP(const char *hostname, au_tid_addr_t *p_term) in adt_get_hostIP() argument728 p_term->at_type = AU_IPv4; in adt_get_hostIP()729 (void) memcpy(p_term->at_addr, in adt_get_hostIP()734 p_term->at_type = AU_IPv6; in adt_get_hostIP()[all …]