Home
last modified time | relevance | path

Searched refs:bports (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer3/
H A DPacketFront.pm117 my $bports = $pfront->b_ports();
119 if ($bports) {
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcomp.c618 unsigned short *tports, unsigned short *bports, in comm_init() argument
622 unsigned short *tports, unsigned short *bports, in comm_init()
/dports/net/dgd/dgd-1.4.23/src/
H A Dconfig.c811 static unsigned short bports[MAX_PORTS], tports[MAX_PORTS]; variable
895 bports[0] = yylval.number; in conf_config()
971 ports = bports; in conf_config()
1438 tports, bports, in conf_init()
1810 PUT_INTVAL(v, bports[i]); in conf_statusi()
H A Dcomm.c111 unsigned short *tports, unsigned short *bports, in comm_init() argument
115 unsigned short *tports, unsigned short *bports, in comm_init()
150 return conn_init(n, thosts, bhosts, tports, bports, ntport = ntelnet, in comm_init()
/dports/net/dgd/dgd-1.4.23/src/host/win32/
H A Dconnect.c473 unsigned short *tports, unsigned short *bports, in conn_init() argument
650 if (!conn_port6(&bdescs[n].in6, SOCK_STREAM, &sin6, bports[n]) && in conn_init()
654 if (!conn_port6(&udescs[n].in6, SOCK_DGRAM, &sin6, bports[n]) && in conn_init()
660 if (!conn_port(&bdescs[n].in4, SOCK_STREAM, &sin, bports[n])) { in conn_init()
663 if (!conn_port(&udescs[n].in4, SOCK_DGRAM, &sin, bports[n])) { in conn_init()
/dports/net/dgd/dgd-1.4.23/src/host/unix/
H A Dconnect.c566 unsigned short *tports, unsigned short *bports, int ntports, argument
734 if (!conn_port6(&bdescs[n].in6, SOCK_STREAM, &sin6, bports[n])) {
737 if (!conn_port6(&udescs[n].in6, SOCK_DGRAM, &sin6, bports[n])) {
743 if (!conn_port(&bdescs[n].in4, SOCK_STREAM, &sin, bports[n])) {
746 if (!conn_port(&udescs[n].in4, SOCK_DGRAM, &sin, bports[n])) {