Searched defs:tcp_clear_flags (Results 1 – 2 of 2) sorted by relevance
744 #define tcp_clear_flags(pcb, clr_flags) do { \ macro
629 #define tcp_clear_flags(pcb, clr_flags) do { (pcb)->flags = (tcpflags_t)((pcb)->flags & … macro