HomeSort by: relevance | last modified time | path
    Searched defs:dgl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_ieee1394subr.c 409 uint16_t etype, off, ftype, size, dgl; local in function:ieee1394_reass
421 dgl = ntohs(ifh->ifh_dgl);
423 id = dgl | (src << 16);
453 if (rp->rp_dgl != dgl)
463 * This happens probably due to wrapping dgl value.
470 if (rp->rp_dgl == dgl) {
490 nrp != NULL && nrp->rp_dgl == dgl &&
515 if (nrp == NULL || nrp->rp_dgl != dgl) {
550 trp->rp_dgl = dgl;
557 /* first fragment for the dgl */
    [all...]

Completed in 1905 milliseconds