Searched refs:firstfrag (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dif_fwsubr.c281 enc->firstfrag.lf = FW_ENCAP_FIRST;
282 enc->firstfrag.reserved1 = 0;
283 enc->firstfrag.reserved2 = 0;
284 enc->firstfrag.datagram_size = dsize - 1;
285 enc->firstfrag.ether_type = type;
286 enc->firstfrag.dgl = dgl;
340 id = enc->firstfrag.dgl | (src << 16);
359 if (enc->firstfrag.lf == FW_ENCAP_FIRST)
376 if (enc->firstfrag.lf == FW_ENCAP_FIRST)
397 if (enc->firstfrag
[all...]
H A Dfirewire.h66 } firstfrag; member in union:fw_encap

Completed in 51 milliseconds