Home
last modified time | relevance | path

Searched refs:hubmask (Results 1 – 6 of 6) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dupdconf.c171 char *hubmask; member
531 char *hubmask; in main() local
532 hubmask = getfield(&buf[2]); in main()
537 AllocCpy(lk->hubmask, hubmask); in main()
742 fprintf(fd2, "\thub %s;\n", lk->hubmask); in main()
H A Ds_conf.c6590 link->hubmask = strdup(cep->ce_vardata); in _conf_link()
9951 ircfree(link_ptr->hubmask); in link_cleanup()
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_server.c604 if (!aconf->hubmask) in CMD_FUNC()
610 if (match(aconf->hubmask, servername)) in CMD_FUNC()
H A Dm_stats.c523 if (link_p->hubmask) in stats_links()
525 me.name, sptr->name, link_p->hubmask, in stats_links()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1291 char *servername, *username, *hostname, *bindip, *hubmask, *leafmask, *connpwd; member
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.older978 - Made link::hubmask and link::leafmask actually work properly