Searched refs:RDS_EXTHDR_NONE (Results 1 – 3 of 3) sorted by relevance
43 [RDS_EXTHDR_NONE] = 0,235 memset(hdr->h_exthdr, RDS_EXTHDR_NONE, RDS_HEADER_EXT_SPACE); in rds_message_populate_header()258 if (hdr->h_exthdr[ind] == RDS_EXTHDR_NONE) { in rds_find_next_ext_space()327 if (ext_type == RDS_EXTHDR_NONE || ext_type >= __RDS_EXTHDR_MAX) in rds_message_next_extension()342 return RDS_EXTHDR_NONE; in rds_message_next_extension()
182 if (type == RDS_EXTHDR_NONE) in rds_recv_incoming_exthdrs()222 if (type == RDS_EXTHDR_NONE) in rds_recv_hs_exthdrs()
228 #define RDS_EXTHDR_NONE 0 macro