MCPcopy Create free account
hub / github.com/F-Stack/f-stack / Pred1SyncTable

Function Pred1SyncTable

freebsd/netgraph/ng_pred1.c:657–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655 */
656
657static void
658Pred1SyncTable(node_p node, u_char *source, int len)
659{
660 const priv_p priv = NG_NODE_PRIVATE(node);
661
662 while (len--) {
663 priv->GuessTable[priv->Hash] = *source;
664 HASH(*source++);
665 }
666}
667
668/*
669 * Crc16()

Callers 1

ng_pred1_decompressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected