Searched refs:RDS_EXTHDR_NONE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dmessage.c42 [RDS_EXTHDR_NONE] = 0,
111 hdr->h_exthdr[0] = RDS_EXTHDR_NONE;
122 if (hdr->h_exthdr[0] != RDS_EXTHDR_NONE)
135 dst[len] = RDS_EXTHDR_NONE;
149 * if (type == RDS_EXTHDR_NONE)
168 if (ext_type == RDS_EXTHDR_NONE || ext_type >= __RDS_EXTHDR_MAX)
183 return RDS_EXTHDR_NONE;
H A Drecv.c122 if (type == RDS_EXTHDR_NONE)
H A Drds.h152 #define RDS_EXTHDR_NONE 0 macro

Completed in 59 milliseconds