HomeSort by: relevance | last modified time | path
    Searched refs:IEEE1394_FT_MORE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_ieee1394.h 78 #define IEEE1394_FT_MORE 0x4000
if_ieee1394subr.c 276 ifh->ifh_ft_size = htons(IEEE1394_FT_MORE | (totlen - 1));
293 htons(IEEE1394_FT_SUBSEQ | IEEE1394_FT_MORE | (totlen - 1));
307 ifh->ifh_ft_size &= ~htons(IEEE1394_FT_MORE); /* last fragment */
340 if (ntohs(iuh->iuh_ft) & (IEEE1394_FT_SUBSEQ | IEEE1394_FT_MORE)) {
419 ftype = size & (IEEE1394_FT_SUBSEQ | IEEE1394_FT_MORE);

Completed in 32 milliseconds