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

Function GetStateIn

freebsd/netinet/libalias/alias_db.c:1806–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804}
1805
1806int
1807GetStateIn(struct alias_link *lnk)
1808{
1809 /* TCP input state */
1810 return (lnk->data.tcp->state.in);
1811}
1812
1813int
1814GetStateOut(struct alias_link *lnk)

Callers 1

TcpMonitorInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected