Searched refs:NDR_IS_LAST_FRAG (Results 1 – 4 of 4) sorted by relevance
205 if (!NDR_IS_LAST_FRAG(rsphdr->pfc_flags)) { in ndr_clnt_call()288 last_frag = NDR_IS_LAST_FRAG(hdr.pfc_flags); in ndr_clnt_get_frags()
439 else if (NDR_IS_LAST_FRAG(hdr->pfc_flags)) in ndr_show_hdr()
188 while (!NDR_IS_LAST_FRAG(hdr->pfc_flags)) { in ndr_recv_request()
282 #define NDR_IS_LAST_FRAG(F) ((F) & NDR_PFC_LAST_FRAG) macro284 (NDR_IS_FIRST_FRAG((F)) && NDR_IS_LAST_FRAG((F)))