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/webkit/Source/WebCore/dom/
DocumentMarkerController.h 50 void copyMarkers(Node* srcNode, unsigned startOffset, int length, Node* dstNode, int delta);
DocumentMarkerController.cpp 153 // 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)
193 addMarker(dstNode, marker);
197 if (docDirty && dstNode->renderer())
198 dstNode->renderer()->repaint();

Completed in 339 milliseconds