HomeSort by: relevance | last modified time | path
    Searched refs:get_tcpflags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ipv6cp.c 1630 #define get_tcpflags(x) (((unsigned char *)(x))[13]) macro
1648 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
ipcp.c 2332 #define get_tcpflags(x) (((unsigned char *)(x))[13]) macro
2352 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)

Completed in 16 milliseconds