HomeSort by relevance Sort by last modified time
    Searched refs:dstNode (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
ipx.h 23 u_int8_t dstNode[6]; /* destination node */
print-netbios.c 78 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode),
appletalk.h 42 u_int8_t dstNode;
print-ipx.c 68 ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->dstNode),
print-atalk.c 142 ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->dstNode),
187 ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->dstNode),
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h 58 void copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta);
DocumentMarkerController.cpp 197 // copies markers from srcNode to dstNode, applying the specified shift delta to the copies. The shift is
198 // useful if, e.g., the caller has created the dstNode from a non-prefix substring of the srcNode.
199 void DocumentMarkerController::copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta)
233 addMarker(dstNode, marker);
237 if (docDirty && dstNode->renderer())
238 dstNode->renderer()->repaint();

Completed in 1454 milliseconds