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

Function tcp_next

freebsd/netinet/libalias/alias_local.h:395–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394#if defined(_NETINET_TCP_H_)
395static __inline void *
396tcp_next(struct tcphdr *tcphdr)
397{
398 char *p = (char *)tcphdr;
399 return (&p[tcphdr->th_off * 4]);
400}
401#endif
402
403#if defined(_NETINET_UDP_H_)

Callers 2

AliasVerifyPptpFunction · 0.85
AliasHandleSkinnyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected