Searched defs:AI_CANONNAME (Results 1 – 4 of 4) sorted by relevance
59 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro
104 # define AI_CANONNAME (1<<1) macro
107 # define AI_CANONNAME (1<<1) macro
44 public static final int AI_CANONNAME = placeholder(); field in OsConstants