FIND_SELF_NAME    291 source3/nmbd/nmbd_become_dmb.c 			if (find_name_on_subnet(subrec, &nmbname, FIND_SELF_NAME) == NULL) {
FIND_SELF_NAME    336 source3/nmbd/nmbd_become_dmb.c 		if (find_name_on_subnet(unicast_subnet, &nmbname, FIND_SELF_NAME) == NULL) {
FIND_SELF_NAME     38 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet(unicast_subnet, nmbname, FIND_SELF_NAME)) == NULL) {
FIND_SELF_NAME     60 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet(unicast_subnet, nmbname, FIND_SELF_NAME)) != NULL) {
FIND_SELF_NAME    176 source3/nmbd/nmbd_become_lmb.c 	namerec = find_name_on_subnet(subrec, fail_name, FIND_SELF_NAME);
FIND_SELF_NAME    204 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME))!=NULL) {
FIND_SELF_NAME    257 source3/nmbd/nmbd_become_lmb.c 	namerec = find_name_on_subnet(subrec, fail_name, FIND_SELF_NAME);
FIND_SELF_NAME    301 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME))!=NULL) {
FIND_SELF_NAME    188 source3/nmbd/nmbd_elections.c 				if(find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME)==NULL) {
FIND_SELF_NAME    357 source3/nmbd/nmbd_elections.c 				if(find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME)==NULL) {
FIND_SELF_NAME    324 source3/nmbd/nmbd_incomingrequests.c 	if(find_name_on_subnet(subrec, &nmb->question.question_name, FIND_SELF_NAME) == 0) {
FIND_SELF_NAME    159 source3/nmbd/nmbd_logonnames.c 			if (find_name_on_subnet(subrec, &nmbname, FIND_SELF_NAME) == NULL) {
FIND_SELF_NAME     94 source3/nmbd/nmbd_mynames.c 	if((namerec = find_name_on_subnet(unicast_subnet, nmbname, FIND_SELF_NAME)) == NULL) {
FIND_SELF_NAME    168 source3/nmbd/nmbd_mynames.c 					namerec = find_name_on_subnet(unicast_subnet, &nmbname, FIND_SELF_NAME);
FIND_SELF_NAME    281 source3/nmbd/nmbd_namelistdb.c 	namerec = find_name_on_subnet( subrec, nmbname, FIND_SELF_NAME);
FIND_SELF_NAME    304 source3/nmbd/nmbd_namelistdb.c 	namerec = find_name_on_subnet( subrec, nmbname, FIND_SELF_NAME);
FIND_SELF_NAME   1198 source3/nmbd/nmbd_packets.c 	return (find_name_on_subnet(subrec, nbname, FIND_SELF_NAME) != NULL);