Home
last modified time | relevance | path

Searched refs:netconn (Results 1 – 25 of 98) sorted by relevance

1234

/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/cmdlineClient/
H A DcmdlineClient.c37 static flib_netconn *netconn; variable
66 if(netconn) { in onGameDisconnect()
98 flib_netconn_destroy(netconn); in handleNetDisconnect()
99 netconn = NULL; in handleNetDisconnect()
193 if(netconn) { in handleEmFromEngine()
199 if(netconn) { in handleChatFromGame()
320 if(netconn) { in tick()
321 flib_netconn_tick(netconn); in tick()
360 if(!netconn) { in main()
393 while(netconn || gameconn) { in main()
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/cmdlineClient/
H A DcmdlineClient.c37 static flib_netconn *netconn; variable
66 if(netconn) { in onGameDisconnect()
98 flib_netconn_destroy(netconn); in handleNetDisconnect()
99 netconn = NULL; in handleNetDisconnect()
193 if(netconn) { in handleEmFromEngine()
199 if(netconn) { in handleChatFromGame()
320 if(netconn) { in tick()
321 flib_netconn_tick(netconn); in tick()
360 if(!netconn) { in main()
393 while(netconn || gameconn) { in main()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dazurearm_network.py474 secrule = netconn.security_rules.get(
691 netconn.subnets.list(
728 subnet = netconn.subnets.get(
845 subnet = netconn.subnets.delete(
1046 vnet = netconn.virtual_networks.get(
1385 netconn.usages.list(location)
2394 netconn.route_filters.list()
2429 route = netconn.routes.delete(
2465 route = netconn.routes.get(
2573 netconn.routes.list(
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dapi.h105 struct netconn;
111 struct netconn { struct
174 err_t netconn_delete (struct netconn *conn);
178 err_t netconn_getaddr (struct netconn *conn,
185 err_t netconn_bind (struct netconn *conn,
188 err_t netconn_connect (struct netconn *conn,
194 struct netconn * netconn_accept (struct netconn *conn);
195 struct netbuf * netconn_recv (struct netconn *conn);
196 err_t netconn_sendto (struct netconn *conn,
198 err_t netconn_send (struct netconn *conn,
[all …]
H A Dapi_msg.h62 struct netconn *conn;
155 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
156 void netconn_free(struct netconn *conn);
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dapi.h105 struct netconn;
111 struct netconn { struct
174 err_t netconn_delete (struct netconn *conn);
178 err_t netconn_getaddr (struct netconn *conn,
185 err_t netconn_bind (struct netconn *conn,
188 err_t netconn_connect (struct netconn *conn,
194 struct netconn * netconn_accept (struct netconn *conn);
195 struct netbuf * netconn_recv (struct netconn *conn);
196 err_t netconn_sendto (struct netconn *conn,
198 err_t netconn_send (struct netconn *conn,
[all …]
H A Dapi_msg.h62 struct netconn *conn;
155 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
156 void netconn_free(struct netconn *conn);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dapi.h103 struct netconn;
109 struct netconn { struct
172 err_t netconn_delete (struct netconn *conn);
176 err_t netconn_getaddr (struct netconn *conn,
183 err_t netconn_bind (struct netconn *conn,
186 err_t netconn_connect (struct netconn *conn,
192 struct netconn * netconn_accept (struct netconn *conn);
193 struct netbuf * netconn_recv (struct netconn *conn);
194 err_t netconn_sendto (struct netconn *conn,
196 err_t netconn_send (struct netconn *conn,
[all …]
H A Dapi_msg.h60 struct netconn *conn;
153 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
154 void netconn_free(struct netconn *conn);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dapi.h103 struct netconn;
109 struct netconn { struct
172 err_t netconn_delete (struct netconn *conn);
176 err_t netconn_getaddr (struct netconn *conn,
183 err_t netconn_bind (struct netconn *conn,
186 err_t netconn_connect (struct netconn *conn,
192 struct netconn * netconn_accept (struct netconn *conn);
193 struct netbuf * netconn_recv (struct netconn *conn);
194 err_t netconn_sendto (struct netconn *conn,
196 err_t netconn_send (struct netconn *conn,
[all …]
H A Dapi_msg.h60 struct netconn *conn;
153 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
154 void netconn_free(struct netconn *conn);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dapi.h103 struct netconn;
109 struct netconn { struct
172 err_t netconn_delete (struct netconn *conn);
176 err_t netconn_getaddr (struct netconn *conn,
183 err_t netconn_bind (struct netconn *conn,
186 err_t netconn_connect (struct netconn *conn,
192 struct netconn * netconn_accept (struct netconn *conn);
193 struct netbuf * netconn_recv (struct netconn *conn);
194 err_t netconn_sendto (struct netconn *conn,
196 err_t netconn_send (struct netconn *conn,
[all …]
H A Dapi_msg.h60 struct netconn *conn;
153 struct netconn* netconn_alloc(enum netconn_type t, netconn_callback callback);
154 void netconn_free(struct netconn *conn);
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dapi.h127 struct netconn;
134 struct netconn { struct
212 err_t netconn_delete(struct netconn *conn);
216 err_t netconn_getaddr(struct netconn *conn, ip_addr_t *addr,
223 err_t netconn_disconnect (struct netconn *conn);
226 err_t netconn_accept(struct netconn *conn, struct netconn **new_conn);
227 err_t netconn_recv(struct netconn *conn, struct netbuf **new_buf);
229 void netconn_recved(struct netconn *conn, u32_t length);
230 err_t netconn_sendto(struct netconn *conn, struct netbuf *buf,
232 err_t netconn_send(struct netconn *conn, struct netbuf *buf);
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/connection/
H A Dconnection_test.go38 type netconn struct { struct
44 func (nc *netconn) Close() error { argument
52 opened map[*netconn]struct{}
53 closed map[*netconn]struct{}
58 return &dialer{Dialer: d, opened: make(map[*netconn]struct{}), closed: make(map[*netconn]struct{})}
68 nc := &netconn{Conn: c, closed: make(chan struct{}, 1), d: d}
73 func (d *dialer) connclosed(nc *netconn) {
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/api/
H A Dapi_lib.c67 struct netconn*
70 struct netconn *conn; in netconn_new_with_proto_and_callback()
103 netconn_delete(struct netconn *conn) in netconn_delete()
217 netconn_disconnect(struct netconn *conn) in netconn_disconnect()
277 netconn_accept(struct netconn *conn, struct netconn **new_conn) in netconn_accept()
280 struct netconn *newconn; in netconn_accept()
342 netconn_recv_data(struct netconn *conn, void **new_buf) in netconn_recv_data()
508 netconn_recved(struct netconn *conn, u32_t length) in netconn_recved()
558 netconn_send(struct netconn *conn, struct netbuf *buf) in netconn_send()
649 netconn_close(struct netconn *conn) in netconn_close()
[all …]
H A Dapi_msg.c83 struct netconn *conn; in recv_raw()
148 struct netconn *conn;
218 struct netconn *conn;
279 struct netconn *conn = (struct netconn *)arg;
315 struct netconn *conn = (struct netconn *)arg;
349 struct netconn *conn;
435 struct netconn *conn = (struct netconn *)arg;
563 struct netconn*
566 struct netconn *conn;
706 struct netconn *newconn = (struct netconn *)mem;
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/api/
H A Dapi_lib.c67 struct netconn*
70 struct netconn *conn; in netconn_new_with_proto_and_callback()
103 netconn_delete(struct netconn *conn) in netconn_delete()
208 netconn_disconnect(struct netconn *conn) in netconn_disconnect()
253 struct netconn *
254 netconn_accept(struct netconn *conn) in netconn_accept()
256 struct netconn *newconn; in netconn_accept()
293 netconn_recv(struct netconn *conn) in netconn_recv()
423 netconn_send(struct netconn *conn, struct netbuf *buf) in netconn_send()
475 netconn_close(struct netconn *conn) in netconn_close()
[all …]
H A Dapi_msg.c77 struct netconn *conn;
140 struct netconn *conn;
194 struct netconn *conn;
239 struct netconn *conn = arg;
263 struct netconn *conn = arg;
294 struct netconn *conn;
353 struct netconn *newconn;
354 struct netconn *conn;
483 struct netconn*
486 struct netconn *conn;
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/api/
H A Dapi_lib.c67 struct netconn*
70 struct netconn *conn; in netconn_new_with_proto_and_callback()
103 netconn_delete(struct netconn *conn) in netconn_delete()
208 netconn_disconnect(struct netconn *conn) in netconn_disconnect()
253 struct netconn *
254 netconn_accept(struct netconn *conn) in netconn_accept()
256 struct netconn *newconn; in netconn_accept()
293 netconn_recv(struct netconn *conn) in netconn_recv()
423 netconn_send(struct netconn *conn, struct netbuf *buf) in netconn_send()
475 netconn_close(struct netconn *conn) in netconn_close()
[all …]
H A Dapi_msg.c77 struct netconn *conn;
140 struct netconn *conn;
194 struct netconn *conn;
239 struct netconn *conn = arg;
263 struct netconn *conn = arg;
294 struct netconn *conn;
353 struct netconn *newconn;
354 struct netconn *conn;
483 struct netconn*
486 struct netconn *conn;
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/integration/
H A Dmain_test.go111 type netconn struct { struct
117 func (nc *netconn) Close() error { argument
125 opened map[*netconn]struct{}
126 closed map[*netconn]struct{}
131 return &dialer{Dialer: d, opened: make(map[*netconn]struct{}), closed: make(map[*netconn]struct{})}
141 nc := &netconn{Conn: c, closed: make(chan struct{}, 1), d: d}
146 func (d *dialer) connclosed(nc *netconn) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/integration/
H A Dmain_test.go111 type netconn struct { struct
117 func (nc *netconn) Close() error { argument
125 opened map[*netconn]struct{}
126 closed map[*netconn]struct{}
131 return &dialer{Dialer: d, opened: make(map[*netconn]struct{}), closed: make(map[*netconn]struct{})}
141 nc := &netconn{Conn: c, closed: make(chan struct{}, 1), d: d}
146 func (d *dialer) connclosed(nc *netconn) {
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/
H A Dnetwork.c47 struct netconn *conn;
98 static struct netconn* netconn_accept(struct netconn* );
379 static struct netconn* netconn_accept(struct netconn* conn) in netconn_accept()
654 struct netconn *conn = (struct netconn*)arg; in recv_raw()
678 struct netconn *conn = (struct netconn*)arg; in recv_udp()
707 struct netconn *conn = (struct netconn*)arg; in recv_tcp()
734 struct netconn *conn = (struct netconn*)arg; in err_tcp()
759 struct netconn *conn = (struct netconn*)arg; in poll_tcp()
770 struct netconn *conn = (struct netconn*)arg; in sent_tcp()
797 struct netconn *newconn,*conn = (struct netconn*)arg; in accept_func()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/phys/place/
H A Dhpwl22 $netconn{$net} .= "$1 ";
31 foreach $net (keys %netconn) {
32 @conns = split ' ',$netconn{$net};

1234