Lines Matching full:physical
59 #include "physical.h"
85 struct bundle *bundle = authp->physical->dl->bundle;
109 link_PushPacket(&authp->physical->link, bp, bundle,
110 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP);
138 link_PushPacket(&authp->physical->link, bp, authp->physical->dl->bundle,
139 LINK_QUEUES(&authp->physical->link) - 1, PROTO_PAP);
145 struct bundle *bundle = authp->physical->dl->bundle;
147 datalink_GotAuthname(authp->physical->dl, authp->in.name);
154 authp->physical->link.lcp.auth_ineed = 0;
156 physical_Login(authp->physical, authp->in.name);
158 if (authp->physical->link.lcp.auth_iwait == 0)
163 datalink_AuthOk(authp->physical->dl);
170 datalink_AuthNotOk(authp->physical->dl);
174 pap_Init(struct authinfo *pap, struct physical *p)
182 struct physical *p = link2physical(l);
189 log_Printf(LogERROR, "pap_Input: Not a physical link - dropped\n");