/external/libppp/src/ |
D | radius.c | 270 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 279 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 289 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 313 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 337 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 349 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 355 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 361 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 367 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() 380 log_Printf(log_IsKept(LogRADIUS) ? LogRADIUS : LogPHASE, in radius_Process() [all …]
|
D | pap.c | 95 log_Printf(LogPHASE, "Pap Output: %s ********\n", bundle->cfg.auth.name); in pap_Req() 136 log_Printf(LogPHASE, "Pap Output: %s\n", papcodes[code]); in SendPapCode() 196 log_Printf(LogPHASE, "Unexpected pap input - dropped !\n"); in pap_Input() 208 log_Printf(LogPHASE, "Pap Input: %d: Bad PAP code !\n", authp->in.hdr.code); in pap_Input() 216 log_Printf(LogPHASE, "Pap Input: %s dropped (got id %d, not %d)\n", in pap_Input() 245 log_Printf(LogPHASE, "Pap Input: %s (%.*s)\n", in pap_Input() 251 log_Printf(LogPHASE, "Pap Input: No key given !\n"); in pap_Input()
|
D | main.c | 123 log_Printf(LogPHASE, "PPP Terminated (%s).\n", ex_desc(excode)); in AbortProgram() 137 log_Printf(LogPHASE, "Caught signal %d, abort connection(s)\n", signo); in CloseConnection() 145 log_Printf(LogPHASE, "Signal %d, terminate.\n", signo); in CloseSession() 155 log_Printf(LogPHASE, "Parent: Signal %d\n", signo); in KillChild() 179 log_Printf(LogPHASE, "Closed server socket\n"); in BringDownServer() 468 log_Printf(LogPHASE, "Parent: PPP enabled\n"); in main() 482 log_Printf(LogPHASE, "Parent: Child failed (%s)\n", in main() 489 log_Printf(LogPHASE, "Parent: Child exit, no status.\n"); in main() 530 log_Printf(LogPHASE, "PPP Started (%s mode).\n", mode2Nam(sw.mode)); in main() 638 log_Printf(LogPHASE, "Exception detected on descriptor %d\n", i); in DoLoop()
|
D | cbcp.c | 390 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_AdjustResponse() 401 log_Printf(LogPHASE, "CBCP: no number to pass to the peer !\n"); in cbcp_AdjustResponse() 418 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_AdjustResponse() 439 log_Printf(LogPHASE, "CBCP: Peer won't allow local decision !\n"); in cbcp_AdjustResponse() 469 log_Printf(LogPHASE, "CBCP: no good number to pass to the peer !\n"); in cbcp_AdjustResponse() 531 log_Printf(LogPHASE, "CBCP: peer didn't respond with a number !\n"); in cbcp_CheckResponse() 533 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_CheckResponse() 549 log_Printf(LogPHASE, "CBCP: peer didn't respond with a number !\n"); in cbcp_CheckResponse() 551 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_CheckResponse() 564 log_Printf(LogPHASE, "CBCP: peer didn't respond with a " in cbcp_CheckResponse() [all …]
|
D | udp.c | 230 log_Printf(LogPHASE, "%s: Connecting to %s:%s/udp\n", p->link.name, in udp_CreateDevice() 290 log_Printf(LogPHASE, "%s: Link is a closed socket !\n", p->link.name); in udp_Create() 307 log_Printf(LogPHASE, "%s: Link is a connected udp socket\n", in udp_Create() 311 log_Printf(LogPHASE, "%s: Link is a disconnected udp socket\n", in udp_Create() 317 log_Printf(LogPHASE, "%s: Changing openmode to PASSIVE\n", in udp_Create()
|
D | chap.c | 117 log_Printf(LogPHASE, "Chap Output: %s\n", chapcodes[code]); in ChapOutput() 119 log_Printf(LogPHASE, "Chap Output: %s (%s)\n", chapcodes[code], text); in ChapOutput() 713 log_Printf(LogPHASE, "Unexpected chap input - dropped !\n"); in chap_Input() 723 log_Printf(LogPHASE, "Chap Input: %d: Bad CHAP code !\n", in chap_Input() 733 log_Printf(LogPHASE, "Chap Input: %s dropped (got id %d, not %d)\n", in chap_Input() 806 log_Printf(LogPHASE, "Chap Input: %s (%d bytes from %s%s)\n", in chap_Input() 815 log_Printf(LogPHASE, "Chap Input: %s (%d bytes%s)\n", in chap_Input() 827 log_Printf(LogPHASE, "Chap Input: %s (%s)\n", in chap_Input() 830 log_Printf(LogPHASE, "Chap Input: %s\n", in chap_Input() 886 log_Printf(LogPHASE, "Auth failure: LANMan not enabled\n"); in chap_Input() [all …]
|
D | tcp.c | 84 log_Printf(LogPHASE, "%s: Connecting to %s:%s/tcp\n", name, host, port); in tcp_OpenConnection() 178 log_Printf(LogPHASE, "%s: Link is a closed socket !\n", p->link.name); in tcp_Create() 197 log_Printf(LogPHASE, "%s: Link is a tcp socket\n", p->link.name); in tcp_Create()
|
D | exec.c | 261 log_Printf(LogPHASE, "Unable to create pipe for line exec: %s\n", in exec_Create() 278 log_Printf(LogPHASE, "Unable to pipe for line exec: %s\n", in exec_Create() 286 log_Printf(LogPHASE, "Unable to fork for line exec: %s\n", in exec_Create() 310 log_Printf(LogPHASE, "Unable to vfork to drop parent: %s\n", in exec_Create() 389 log_Printf(LogPHASE, "%s: Using stdin/stdout to communicate with " in exec_Create()
|
D | server.c | 116 log_Printf(LogPHASE, "Connected to local client.\n"); in server_Read() 129 log_Printf(LogPHASE, "Connected to client from %s:%u\n", in server_Read() 144 log_Printf(LogPHASE, "Connected to client from %s:%u\n", in server_Read() 293 log_Printf(LogPHASE, "Listening at local socket %s.\n", name); in server_LocalOpen() 373 log_Printf(LogPHASE, "Listening at port %d.\n", port); in server_TcpOpen()
|
D | physical.c | 311 log_Printf(LogPHASE, "%s: Disconnected!\n", p->link.name); in physical_Offline() 322 log_Printf(LogPHASE, "%s: %s is in use\n", p->link.name, p->name.full); in physical_Lock() 324 log_Printf(LogPHASE, "%s: %s is in use: uu_lock: %s\n", in physical_Lock() 371 throughput_log(&p->link.stats.total, LogPHASE, p->link.name); in physical_Close() 374 log_Printf(LogPHASE, "%s: HUPing %ld\n", p->link.name, in physical_Close() 433 log_Printf(LogPHASE, "%s: write (fd %d, len %zd): %s\n", p->link.name, in physical_DescriptorWrite() 557 log_Printf(LogPHASE, "%s: read (%d): %s\n", p->link.name, p->fd, in physical_DescriptorRead() 560 log_Printf(LogPHASE, "%s: read (%d): Got zero bytes\n", in physical_DescriptorRead() 579 log_Printf(LogPHASE, "%s: PPP packet detected, coming up\n", in physical_DescriptorRead() 654 log_Printf(LogPHASE, "%s: Unknown link type\n", p->link.name); in iov2physical() [all …]
|
D | i4b.c | 113 log_Printf(LogPHASE, "%s: ioctl error (%s)!\n", p->link.name, in i4b_Timeout() 125 log_Printf(LogPHASE, "%s: %s: CD detected\n", p->link.name, p->name.full); in i4b_Timeout() 127 log_Printf(LogPHASE, "%s: %s: No carrier" in i4b_Timeout() 146 log_Printf(LogPHASE, "%s: Carrier lost\n", p->link.name); in i4b_Timeout()
|
D | mp.c | 304 log_Printf(LogPHASE, "%s: Inappropriate peer !\n", dl->name); in mp_Up() 305 log_Printf(LogPHASE, " Attached to peer %s/%s\n", mp->peer.authname, in mp_Up() 308 log_Printf(LogPHASE, " New link is peer %s/%s\n", dl->peer.authname, in mp_Up() 317 log_Printf(LogPHASE, "%s: Invalid MRRU/SHORTSEQ MP parameters !\n", in mp_Up() 353 log_Printf(LogPHASE, "mp: Transfer link on %s\n", in mp_Up() 360 log_Printf(LogPHASE, "mp: Listening on %s\n", mp->server.socket.sun_path); in mp_Up() 361 log_Printf(LogPHASE, " First link: %s\n", dl->name); in mp_Up() 658 log_Printf(LogPHASE, "%s: Not transmitting... waiting for CCP\n", l->name); in mp_Output() 1153 log_Printf(LogPHASE, "mpserver: can't create bundle socket %s (%s)\n", in mpserver_Open() 1164 log_Printf(LogPHASE, "mpserver: can't connect to bundle socket %s (%s)\n", in mpserver_Open() [all …]
|
D | datalink.c | 109 log_Printf(LogPHASE, "%s: Enter pause (%d) for redialing.\n", in datalink_StartDialTimer() 129 log_Printf(LogPHASE, "Call peer back on %s\n", dl->cbcp.fsm.phone); in datalink_HangupDone() 583 log_Printf(LogPHASE, "%s: his = %s, mine = %s\n", dl->name, in datalink_LayerUp() 637 log_Printf(LogPHASE, "%s: Already in NETWORK phase\n", dl->name); in datalink_NCPUp() 686 log_Printf(LogPHASE, "%s: Shutdown and await peer callback\n", dl->name); in datalink_AuthOk() 700 log_Printf(LogPHASE, "%s: %s cannot be called back\n", dl->name, in datalink_AuthOk() 707 log_Printf(LogPHASE, "%s: Calling peer back on %s\n", dl->name, in datalink_AuthOk() 721 log_Printf(LogPHASE, "%s: Calling peer back on %s\n", dl->name, in datalink_AuthOk() 731 log_Printf(LogPHASE, "%s: Oops - Should have NAK'd peer callback !\n", in datalink_AuthOk() 865 log_Printf(LogPHASE, "%s: Created in %s state\n", in datalink_Create() [all …]
|
D | ether.c | 293 log_Printf(LogPHASE, "Received NGM_PPPOE_%s (hook \"%.*s\")\n", in ether_MessageIn() 296 log_Printf(LogPHASE, "Received NGM_PPPOE_%s\n", msg); in ether_MessageIn() 417 log_Printf(LogPHASE, "%s: Device disconnected\n", p->link.name); in ether_DescriptorRead() 690 log_Printf(LogPHASE, "%s: Link is a closed socket !\n", p->link.name); in ether_Create() 701 log_Printf(LogPHASE, "%s: Link is a netgraph node\n", p->link.name); in ether_Create()
|
D | tty.c | 144 log_Printf(LogPHASE, "%s: %s: CD detected\n", p->link.name, p->name.full); in tty_Timeout() 147 log_Printf(LogPHASE, "%s: %s: Required CD not detected\n", in tty_Timeout() 150 log_Printf(LogPHASE, "%s: %s doesn't support CD\n", in tty_Timeout() 170 log_Printf(LogPHASE, "%s: Carrier lost\n", p->link.name); in tty_Timeout() 368 log_Printf(LogPHASE, "%s: Loaded netgraph tty line discipline\n", in LoadLineDiscipline() 398 log_Printf(LogPHASE, "%s: Unloaded netgraph tty line discipline\n", in UnloadLineDiscipline()
|
D | log.h | 46 #define LogPHASE (16) macro
|
D | fsm.c | 268 log_Printf(LogPHASE, "%s: Entering STOPPED state for %d seconds\n", in fsm_Open() 390 log_Printf(LogPHASE, "%s: Too many %s REQs sent - abandoning " in FsmSendConfigReq() 594 log_Printf(LogPHASE, "%s: Too many %s REJs sent - abandoning negotiation\n", in FsmRecvConfigReq() 601 log_Printf(LogPHASE, "%s: Too many %s NAKs sent - abandoning negotiation\n", in FsmRecvConfigReq() 919 log_Printf(LogPHASE, "%s: IPCP protocol reject closes IPCP !\n", in FsmRecvProtoRej() 927 log_Printf(LogPHASE, "%s: IPV6CP protocol reject closes IPV6CP !\n", in FsmRecvProtoRej() 938 log_Printf(LogPHASE, "%s: MP protocol reject is fatal !\n", in FsmRecvProtoRej()
|
D | ipv6cp.c | 437 log_Printf(LogPHASE, "%s: Not transmitting... waiting for CCP\n", l->name); in ipv6cp_PushPacket() 715 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig() 719 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig() 734 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
|
D | bundle.c | 128 log_Printf(LogPHASE, "bundle: %s\n", PhaseNames[new]); in bundle_NewPhase() 153 log_Printf(LogPHASE, "bundle: All NCPs are disabled\n"); in bundle_NewPhase() 201 log_Printf(LogPHASE, "Clearing choked output queue\n"); in bundle_ClearQueues() 814 log_Printf(LogPHASE, "Using interface: %s\n", ifname); in bundle_Create() 1161 log_Printf(LogPHASE, "Idle timer expired\n"); in bundle_IdleTimeout() 1231 log_Printf(LogPHASE, "Session-Timeout timer expired\n"); in bundle_SessionTimeout() 1389 log_Printf(LogPHASE, "Receiving datalink\n"); in bundle_ReceiveDatalink() 1552 log_Printf(LogPHASE, "Transmitting datalink %s\n", dl->name); in bundle_SendDatalink() 1968 log_Printf(LogPHASE, "%d%% saturation -> Opening link ``%s''\n", in bundle_AutoAdjust() 1973 log_Printf(LogPHASE, "%d%% saturation -> Closing link ``%s''\n", in bundle_AutoAdjust()
|
D | prompt.c | 209 log_Printf(LogPHASE, "%s: Client connection closed.\n", p->src.from); in prompt_Read() 370 log_Printf(LogPHASE, "%s: Client connection dropped.\n", p->src.from); in prompt_Destroy()
|
D | atm.c | 186 log_Printf(LogPHASE, "%s: Connecting to %s:%u.%u\n", p->link.name, in atm_CreateDevice()
|
D | hdlc.c | 408 log_Printf(LogPHASE, in hdlc_ReportTime()
|
D | arp.c | 304 log_Printf(verbose ? LogPHASE : LogDEBUG, in arp_EtherAddr()
|
D | lqr.c | 172 log_Printf(LogPHASE, "%s: ** Too many LQR packets lost **\n", in SendLqrReport() 187 log_Printf(LogPHASE, "%s: ** Too many LCP ECHO packets lost **\n", in SendLqrReport()
|
D | link.c | 386 log_Printf(LogPHASE, "%s protocol 0x%04x (%s)\n", in Despatch()
|