Searched defs:SET_PORT (Results 1 – 3 of 3) sorted by relevance
74 #define SET_PORT(psau, port) (NSRCPORT(psau) = htons(port)) macro
112 #define SET_PORT(p) do { ports[p / INT_BIT] |= 1 << (p % INT_BIT); } while (0) macro
621 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \ macro