Searched defs:link_type (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dnetif.h114 u8_t link_type; member in struct:netif
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetif.h245 u8_t link_type; member in struct:netif
286 (netif)->link_type = (type); \
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c310 int link_type; /* Type of link: TCP, UDP, ICMP, member in struct:alias_link
313 /* values for link_type */
435 int link_type)
440 if (link_type != LINK_PPTP)
442 n += link_type;
449 u_short src_port, u_short dst_port, int link_type)
455 if (link_type != LINK_PPTP) {
459 n += link_type;
665 lnk->link_type, 0);
679 && ((lnk->link_type
433 StartPointIn(struct in_addr alias_addr, u_short alias_port, int link_type) argument
448 StartPointOut(struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type) argument
708 GetSocket(struct libalias *la, u_short port_net, int *sockfd, int link_type) argument
777 int link_type; local
969 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1110 ReLink(struct alias_link *old_lnk, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1139 _FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1188 FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1219 _FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1329 FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1541 int link_type; local
1581 int link_type; local
1715 int link_type; local
2333 int link_type; local
[all...]

Completed in 55 milliseconds