Home
last modified time | relevance | path

Searched refs:TCPHDR_DPORT (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/bandwidthd/bandwidthd-2.0.1/
H A Dconfigure.in103 TCPHDR_DPORT="undefined"
104 AC_CHECK_MEMBER(struct tcphdr.dest,TCPHDR_DPORT="dest",,[#include "bandwidthd.h"])
105 AC_CHECK_MEMBER(struct tcphdr.th_dport,TCPHDR_DPORT="th_dport",,[#include "bandwidthd.h"])
106 if test "$TCPHDR_DPORT" = "undefined" ; then
109 AC_DEFINE_UNQUOTED(TCPHDR_DPORT,$TCPHDR_DPORT,[dest port field name in tcphdr]) definition
H A Dconfig.h.in150 #undef TCPHDR_DPORT
H A Dbandwidthd.c537 dport = ntohs(tcp->TCPHDR_DPORT); in Credit()
H A Dconfigure4480 TCPHDR_DPORT="undefined"
4523 TCPHDR_DPORT="dest"
4568 TCPHDR_DPORT="th_dport"
4571 if test "$TCPHDR_DPORT" = "undefined" ; then