Searched defs:dstNode (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dipx.h23 u_int8_t dstNode[6]; /* destination node */ member in struct:ipxHdr
H A Dappletalk.h42 u_int8_t dstNode; member in struct:atDDP
/external/webkit/Source/WebCore/dom/
H A DDocumentMarkerController.cpp153 // copies markers from srcNode to dstNode, applying the specified shift delta to the copies. The shift is
154 // useful if, e.g., the caller has created the dstNode from a non-prefix substring of the srcNode.
155 void DocumentMarkerController::copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta) argument
193 addMarker(dstNode, marker);
197 if (docDirty && dstNode->renderer())
198 dstNode->renderer()->repaint();

Completed in 83 milliseconds