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

Function GetStateOut

freebsd/netinet/libalias/alias_db.c:1813–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811}
1812
1813int
1814GetStateOut(struct alias_link *lnk)
1815{
1816 /* TCP output state */
1817 return (lnk->data.tcp->state.out);
1818}
1819
1820struct in_addr
1821GetOriginalAddress(struct alias_link *lnk)

Callers 1

TcpMonitorOutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected