| 393 | |
| 394 | #if defined(_NETINET_TCP_H_) |
| 395 | static __inline void * |
| 396 | tcp_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_) |
no outgoing calls
no test coverage detected