Home
last modified time | relevance | path

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

/dports/net-mgmt/bandwidthd/bandwidthd-2.0.1/
H A Dconfigure.in95 TCPHDR_SPORT="undefined"
96 AC_CHECK_MEMBER(struct tcphdr.source,TCPHDR_SPORT="source",,[#include "bandwidthd.h"])
97 AC_CHECK_MEMBER(struct tcphdr.th_sport,TCPHDR_SPORT="th_sport",,[#include "bandwidthd.h"])
98 if test "$TCPHDR_SPORT" = "undefined" ; then
101 AC_DEFINE_UNQUOTED(TCPHDR_SPORT,$TCPHDR_SPORT,[source port field name in tcphdr]) definition
H A Dconfig.h.in153 #undef TCPHDR_SPORT
H A Dbandwidthd.c536 sport = ntohs(tcp->TCPHDR_SPORT); in Credit()
H A Dconfigure4379 TCPHDR_SPORT="undefined"
4422 TCPHDR_SPORT="source"
4467 TCPHDR_SPORT="th_sport"
4470 if test "$TCPHDR_SPORT" = "undefined" ; then