Home | History | Annotate | Download | only in src

Lines Matching defs:link

74 #include "link.h"
118 struct alias_link *link;
177 link = PacketAliasRedirectPort(localaddr, htons(llocalport),
182 if (link == NULL) {
208 struct alias_link *link;
222 link = PacketAliasRedirectAddr(localaddr, aliasaddr);
223 if (link == NULL) {
244 struct alias_link *link;
291 link = PacketAliasRedirectProto(localIP, remoteIP, publicIP, pe->p_proto);
292 if (link == NULL) {
497 nat_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp,
514 nat_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp,