Home
last modified time | relevance | path

Searched refs:dstNode (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dipx.h23 u_int8_t dstNode[6]; /* destination node */ member
Dprint-netbios.c78 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode),
Dappletalk.h42 u_int8_t dstNode; member
Dprint-ipx.c68 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode), in ipx_print()
Dprint-atalk.c138 ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->dstNode), in llap_print()
183 ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->dstNode), in atalk_print()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.h68 void copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta);
DDocumentMarkerController.cpp248 …rController::copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta) in copyMarkers() argument
284 addMarker(dstNode, *marker); in copyMarkers()
289 if (docDirty && dstNode->renderer()) in copyMarkers()
290 dstNode->renderer()->setShouldDoFullPaintInvalidation(true); in copyMarkers()