Searched refs:ILB_FLAGS_SRV_PORTNAME (Results 1 – 2 of 2) sorted by relevance
353 *flags &= ~ILB_FLAGS_SRV_PORTNAME; in i_parseport()362 *flags |= ILB_FLAGS_SRV_PORTNAME; in i_parseport()529 if (p_flg & ILB_FLAGS_SRV_PORTNAME) in i_match_hostorip()530 s->sd_flags |= ILB_FLAGS_SRV_PORTNAME; in i_match_hostorip()534 if (p_flg & ILB_FLAGS_SRV_PORTNAME) { in i_match_hostorip()542 (p_flg & ILB_FLAGS_SRV_PORTNAME) == in i_match_hostorip()543 ILB_FLAGS_SRV_PORTNAME) { in i_match_hostorip()
48 #define ILB_FLAGS_SRV_PORTNAME 0x02 /* a port was spec'd by name */ macro