Searched defs:tunnel (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/
H A Ddebug.c131 l2tp_debug_tunnel_to_str(l2tp_tunnel *tunnel) argument
H A Ddgram.c320 l2tp_tunnel *tunnel; local
584 l2tp_dgram_add_avp(l2tp_dgram *dgram, l2tp_tunnel *tunnel, int mandatory, uint16_t len, uint16_t vendor, uint16_t type, void *val) argument
684 l2tp_dgram_pull_avp(l2tp_dgram *dgram, l2tp_tunnel *tunnel, int *mandatory, int *hidden, uint16_t *len, uint16_t *vendor, uint16_t *type, int *err) argument
969 l2tp_dgram_search_avp(l2tp_dgram *dgram, l2tp_tunnel *tunnel, int *mandatory, int *hidden, uint16_t *len, uint16_t vendor, uint16_t type) argument
1019 l2tp_tunnel *tunnel = ses->tunnel; local
[all...]
H A Dsession.c129 l2tp_tunnel *tunnel; local
176 session_make_sid(l2tp_tunnel *tunnel) argument
201 l2tp_tunnel *tunnel = ses->tunnel; local
337 l2tp_tunnel *tunnel = ses->tunnel; local
394 l2tp_session_lns_handle_incoming_call(l2tp_tunnel *tunnel, uint16_t sid, l2tp_dgram *dgram, char const *calling_number) argument
513 l2tp_tunnel *tunnel = ses->tunnel; local
603 l2tp_tunnel *tunnel = ses->tunnel; local
[all...]
H A Dtunnel.c105 tunnel_set_state(l2tp_tunnel *tunnel, int state) argument
153 tunnel_flow_control_stats(l2tp_tunnel *tunnel) argument
173 tunnel_outstanding_frames(l2tp_tunnel *tunnel) argument
209 tunnel_enqueue_dgram(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
243 tunnel_dequeue_head(l2tp_tunnel *tunnel) argument
268 tunnel_xmit_queued_messages(l2tp_tunnel *tunnel) argument
337 l2tp_tunnel_xmit_control_message(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
447 l2tp_tunnel *tunnel = malloc(sizeof(l2tp_tunnel)); local
475 tunnel_free(l2tp_tunnel *tunnel) argument
516 l2tp_tunnel *tunnel; local
569 tunnel_send_SCCRQ(l2tp_tunnel *tunnel) argument
659 l2tp_tunnel *tunnel; local
775 l2tp_tunnel *tunnel = NULL; local
875 tunnel_schedule_ack(l2tp_tunnel *tunnel) argument
908 l2tp_tunnel *tunnel = (l2tp_tunnel *) data; local
938 tunnel_dequeue_acked_packets(l2tp_tunnel *tunnel) argument
988 l2tp_tunnel *tunnel = (l2tp_tunnel *) data; local
1050 tunnel_send_StopCCN(l2tp_tunnel *tunnel, int result_code, int error_code, char const *fmt, ...) argument
1107 tunnel_handle_StopCCN(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
1177 tunnel_process_received_datagram(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
1243 l2tp_tunnel *tunnel = (l2tp_tunnel *) data; local
1260 tunnel_schedule_destruction(l2tp_tunnel *tunnel) argument
1300 tunnel_send_ZLB(l2tp_tunnel *tunnel) argument
1325 tunnel_handle_SCCRP(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
1377 tunnel_set_params(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
1563 tunnel_setup_hello(l2tp_tunnel *tunnel) argument
1594 l2tp_tunnel *tunnel = (l2tp_tunnel *) data; local
1619 tunnel_handle_SCCCN(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
1676 l2tp_tunnel *tunnel; local
1708 l2tp_tunnel_find_session(l2tp_tunnel *tunnel, uint16_t sid) argument
1726 tunnel_tell_sessions_tunnel_open(l2tp_tunnel *tunnel) argument
1751 l2tp_tunnel *tunnel = ses->tunnel; local
1787 l2tp_tunnel *tunnel = ses->tunnel; local
1813 tunnel_handle_ICRQ(l2tp_tunnel *tunnel, l2tp_dgram *dgram) argument
1865 l2tp_tunnel *tunnel; local
1889 l2tp_tunnel_stop_tunnel(l2tp_tunnel *tunnel, char const *reason) argument
1947 l2tp_tunnel_state_name(l2tp_tunnel *tunnel) argument
1961 l2tp_tunnel_first_session(l2tp_tunnel *tunnel, void **cursor) argument
1975 l2tp_tunnel_next_session(l2tp_tunnel *tunnel, void **cursor) argument
[all...]
H A Dl2tp.h142 l2tp_tunnel *tunnel; /* Tunnel we belong to */ member in struct:l2tp_session_t
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dcmd.c98 describe_tunnel(l2tp_tunnel *tunnel, argument
379 l2tp_tunnel *tunnel; local
433 l2tp_tunnel *tunnel; local
[all...]
H A Dsync-pppd.c179 l2tp_tunnel *tunnel = ses->tunnel; local
230 l2tp_tunnel *tunnel local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dipip.c477 struct ip_tunnel *tunnel; local
529 struct ip_tunnel *tunnel = (struct ip_tunnel*)dev->priv; local
816 struct ip_tunnel *tunnel; local
[all...]
H A Dip_gre.c567 struct ip_tunnel *tunnel; local
676 struct ip_tunnel *tunnel = (struct ip_tunnel*)dev->priv; local
1034 struct ip_tunnel *tunnel = (struct ip_tunnel*)dev->priv; local
1164 struct ip_tunnel *tunnel; local
1238 struct ip_tunnel *tunnel = (struct ip_tunnel*)dev->priv; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dsit.c387 struct ip_tunnel *tunnel; local
454 struct ip_tunnel *tunnel = (struct ip_tunnel*)dev->priv; local
771 struct ip_tunnel *tunnel; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpppol2tp.c212 struct pppol2tp_tunnel *tunnel; /* back pointer to tunnel member in struct:pppol2tp_session
329 pppol2tp_session_id_hash(struct pppol2tp_tunnel *tunnel, u16 session_id) argument
338 pppol2tp_session_find(struct pppol2tp_tunnel *tunnel, u16 session_id) argument
406 struct pppol2tp_tunnel *tunnel = session->tunnel; local
540 struct pppol2tp_tunnel *tunnel; local
775 struct pppol2tp_tunnel *tunnel; local
808 struct pppol2tp_tunnel *tunnel; local
868 pppol2tp_udp_sock_send(struct pppol2tp_session *session, struct pppol2tp_tunnel *tunnel, struct msghdr *msg, int total_len) argument
975 struct pppol2tp_tunnel *tunnel; local
1085 struct pppol2tp_tunnel *tunnel; local
1181 pppol2tp_tunnel_closeall(struct pppol2tp_tunnel *tunnel) argument
1238 pppol2tp_tunnel_free(struct pppol2tp_tunnel *tunnel) argument
1270 struct pppol2tp_tunnel *tunnel; local
1296 struct pppol2tp_tunnel *tunnel; local
1349 struct pppol2tp_tunnel *tunnel; local
1476 struct pppol2tp_tunnel *tunnel; local
1656 struct pppol2tp_tunnel *tunnel; local
1983 pppol2tp_tunnel_ioctl(struct pppol2tp_tunnel *tunnel, unsigned int cmd, unsigned long arg) argument
2046 struct pppol2tp_tunnel *tunnel; local
2095 pppol2tp_tunnel_setsockopt(struct sock *sk, struct pppol2tp_tunnel *tunnel, int optname, int val) argument
2197 struct pppol2tp_tunnel *tunnel; local
2236 pppol2tp_tunnel_getsockopt(struct sock *sk, struct pppol2tp_tunnel *tunnel, int optname, int *val) argument
2313 struct pppol2tp_tunnel *tunnel; local
2413 struct pppol2tp_tunnel *tunnel = NULL; local
2445 struct pppol2tp_tunnel *tunnel = v; local
2471 struct pppol2tp_tunnel *tunnel = v; local
2483 struct pppol2tp_tunnel *tunnel = v; local
[all...]

Completed in 129 milliseconds