Searched refs:pdc_ip (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dchange_trust_pw.c34 struct in_addr pdc_ip; local
44 if ( !get_pdc_ip(domain, &pdc_ip) ) {
49 if ( !name_status_find( domain, 0x1b, 0x20, pdc_ip, dc_name) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet.c288 struct in_addr pdc_ip; local
290 if (get_pdc_ip(opt_target_workgroup, &pdc_ip)) {
293 if (is_zero_ip(pdc_ip))
296 if ( !name_status_find(opt_target_workgroup, 0x1b, 0x20, pdc_ip, dc_name) )
300 *server_ip = pdc_ip;

Completed in 175 milliseconds