Home
last modified time | relevance | path

Searched refs:LogPHASE (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/usr.sbin/ppp/
H A Dradius.c240 log_Printf(LogPHASE, "Radius(%s): ACCEPT received\n", stype); in radius_Process()
248 log_Printf(LogPHASE, "Radius(%s): REJECT received\n", stype); in radius_Process()
296 log_Printf(LogPHASE, " IP %s\n", inet_ntoa(r->ip)); in radius_Process()
307 log_Printf(LogPHASE, " Filter \"%s\"\n", r->filterid); in radius_Process()
317 log_Printf(LogPHASE, " Netmask %s\n", inet_ntoa(r->mask)); in radius_Process()
322 log_Printf(LogPHASE, " MTU %lu\n", r->mtu); in radius_Process()
334 log_Printf(LogPHASE, " VJ %sabled\n", r->vj ? "en" : "dis"); in radius_Process()
352 log_Printf(LogPHASE, " Route: %s\n", nuke); in radius_Process()
401 log_Printf(LogPHASE, " Reply-Message \"%s\"\n", r->repstr); in radius_Process()
540 log_Printf(LogPHASE, "Radius: Request re-sent\n"); in radius_Continue()
[all …]
H A Dmain.c123 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()
528 log_Printf(LogPHASE, "PPP Started (%s mode).\n", mode2Nam(sw.mode)); in main()
636 log_Printf(LogPHASE, "Exception detected on descriptor %d\n", i); in DoLoop()
H A Dpap.c95 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()
H A Dcbcp.c389 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_AdjustResponse()
400 log_Printf(LogPHASE, "CBCP: no number to pass to the peer !\n"); in cbcp_AdjustResponse()
417 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_AdjustResponse()
438 log_Printf(LogPHASE, "CBCP: Peer won't allow local decision !\n"); in cbcp_AdjustResponse()
468 log_Printf(LogPHASE, "CBCP: no good number to pass to the peer !\n"); in cbcp_AdjustResponse()
531 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_CheckResponse()
548 log_Printf(LogPHASE, "CBCP: Unrecognised address type %d !\n", in cbcp_CheckResponse()
561 log_Printf(LogPHASE, "CBCP: peer didn't respond with a " in cbcp_CheckResponse()
566 log_Printf(LogPHASE, "Internal CBCP error - agreed on %d !\n", in cbcp_CheckResponse()
726 log_Printf(LogPHASE, "%s: CBCP: Peer will dial back\n", p->dl->name); in cbcp_Input()
[all …]
H A Dexec.c114 log_Printf(LogPHASE, "Unable to create pipe for line exec: %s\n", in exec_Create()
129 log_Printf(LogPHASE, "Unable to pipe for line exec: %s\n", in exec_Create()
134 log_Printf(LogPHASE, "Unable to fork for line exec: %s\n", in exec_Create()
157 log_Printf(LogPHASE, "Unable to vfork to drop parent: %s\n", in exec_Create()
H A Dudp.c231 log_Printf(LogPHASE, "%s: Connecting to %s:%s/udp\n", p->link.name, in udp_CreateDevice()
291 log_Printf(LogPHASE, "%s: Link is a closed socket !\n", p->link.name); in udp_Create()
308 log_Printf(LogPHASE, "%s: Link is a connected udp socket\n", in udp_Create()
312 log_Printf(LogPHASE, "%s: Link is a disconnected udp socket\n", in udp_Create()
318 log_Printf(LogPHASE, "%s: Changing openmode to PASSIVE\n", in udp_Create()
H A Dchap.c117 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()
708 log_Printf(LogPHASE, "Unexpected chap input - dropped !\n"); in chap_Input()
718 log_Printf(LogPHASE, "Chap Input: %d: Bad CHAP code !\n", in chap_Input()
801 log_Printf(LogPHASE, "Chap Input: %s (%d bytes from %s%s)\n", in chap_Input()
810 log_Printf(LogPHASE, "Chap Input: %s (%d bytes%s)\n", in chap_Input()
822 log_Printf(LogPHASE, "Chap Input: %s (%s)\n", in chap_Input()
825 log_Printf(LogPHASE, "Chap Input: %s\n", in chap_Input()
881 log_Printf(LogPHASE, "Auth failure: LANMan not enabled\n"); in chap_Input()
887 log_Printf(LogPHASE, "Auth failure: mschap not enabled\n"); in chap_Input()
[all …]
H A Dtcp.c85 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()
H A Dserver.c117 log_Printf(LogPHASE, "Connected to local client.\n"); in server_Read()
130 log_Printf(LogPHASE, "Connected to client from %s:%u\n", in server_Read()
145 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()
366 log_Printf(LogPHASE, "Listening at port %d.\n", port); in server_TcpOpen()
H A Dphysical.c289 log_Printf(LogPHASE, "%s: Disconnected!\n", p->link.name); in physical_Offline()
302 log_Printf(LogPHASE, "%s: %s is in use: uu_lock: %s\n", in physical_Lock()
349 throughput_log(&p->link.stats.total, LogPHASE, p->link.name); in physical_Close()
352 log_Printf(LogPHASE, "%s: HUPing %ld\n", p->link.name, in physical_Close()
407 log_Printf(LogPHASE, "%s: write (%d): %s\n", p->link.name, in physical_DescriptorWrite()
534 log_Printf(LogPHASE, "%s: read (%d): Got zero bytes\n", in physical_DescriptorRead()
553 log_Printf(LogPHASE, "%s: PPP packet detected, coming up\n", in physical_DescriptorRead()
627 log_Printf(LogPHASE, "%s: Unknown link type\n", p->link.name); in iov2physical()
631 log_Printf(LogPHASE, "%s: Device %s, link type is %s\n", in iov2physical()
745 log_Printf(LogPHASE, "uu_lock_txfr: %s\n", uu_lockerr(res)); in physical_ChangedPid()
[all …]
H A Dtty.c152 log_Printf(LogPHASE, "%s: %s: CD detected\n", p->link.name, p->name.full); in tty_Timeout()
155 log_Printf(LogPHASE, "%s: %s: Required CD not detected\n", in tty_Timeout()
158 log_Printf(LogPHASE, "%s: %s doesn't support CD\n", in tty_Timeout()
178 log_Printf(LogPHASE, "%s: Carrier lost\n", p->link.name); in tty_Timeout()
375 log_Printf(LogPHASE, "%s: Loaded netgraph tty line discipline\n", in LoadLineDiscipline()
394 log_Printf(LogPHASE, "back to speed %d\n", dev->real.speed); in UnloadLineDiscipline()
406 log_Printf(LogPHASE, "%s: Unloaded netgraph tty line discipline\n", in UnloadLineDiscipline()
H A Dmp.c305 log_Printf(LogPHASE, "%s: Inappropriate peer !\n", dl->name); in mp_Up()
306 log_Printf(LogPHASE, " Attached to peer %s/%s\n", mp->peer.authname, in mp_Up()
309 log_Printf(LogPHASE, " New link is peer %s/%s\n", dl->peer.authname, in mp_Up()
318 log_Printf(LogPHASE, "%s: Invalid MRRU/SHORTSEQ MP parameters !\n", in mp_Up()
354 log_Printf(LogPHASE, "mp: Transfer link on %s\n", in mp_Up()
361 log_Printf(LogPHASE, "mp: Listening on %s\n", mp->server.socket.sun_path); in mp_Up()
362 log_Printf(LogPHASE, " First link: %s\n", dl->name); in mp_Up()
659 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 …]
H A Ddatalink.c108 log_Printf(LogPHASE, "%s: Enter pause (%d) for redialing.\n", in datalink_StartDialTimer()
128 log_Printf(LogPHASE, "Call peer back on %s\n", dl->cbcp.fsm.phone); in datalink_HangupDone()
582 log_Printf(LogPHASE, "%s: his = %s, mine = %s\n", dl->name, in datalink_LayerUp()
636 log_Printf(LogPHASE, "%s: Already in NETWORK phase\n", dl->name); in datalink_NCPUp()
699 log_Printf(LogPHASE, "%s: %s cannot be called back\n", dl->name, in datalink_AuthOk()
706 log_Printf(LogPHASE, "%s: Calling peer back on %s\n", dl->name, in datalink_AuthOk()
720 log_Printf(LogPHASE, "%s: Calling peer back on %s\n", dl->name, in datalink_AuthOk()
864 log_Printf(LogPHASE, "%s: Created in %s state\n", in datalink_Create()
928 log_Printf(LogPHASE, "%s: Cloned in %s state\n", in datalink_Clone()
1320 log_Printf(LogPHASE, "Rename link %s to %s\n", oname, dl->name); in iov2datalink()
[all …]
H A Dether.c300 log_Printf(LogPHASE, "Received NGM_PPPOE_%s (hook \"%.*s\")\n", in ether_MessageIn()
303 log_Printf(LogPHASE, "Received NGM_PPPOE_%s\n", msg); in ether_MessageIn()
424 log_Printf(LogPHASE, "%s: Device disconnected\n", p->link.name); in ether_DescriptorRead()
684 log_Printf(LogPHASE, "%s: Link is a closed socket !\n", p->link.name); in ether_Create()
695 log_Printf(LogPHASE, "%s: Link is a netgraph node\n", p->link.name); in ether_Create()
H A Dfsm.c268 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()
595 log_Printf(LogPHASE, "%s: Too many %s REJs sent - abandoning negotiation\n", in FsmRecvConfigReq()
602 log_Printf(LogPHASE, "%s: Too many %s NAKs sent - abandoning negotiation\n", in FsmRecvConfigReq()
920 log_Printf(LogPHASE, "%s: IPCP protocol reject closes IPCP !\n", in FsmRecvProtoRej()
928 log_Printf(LogPHASE, "%s: IPV6CP protocol reject closes IPV6CP !\n", in FsmRecvProtoRej()
939 log_Printf(LogPHASE, "%s: MP protocol reject is fatal !\n", in FsmRecvProtoRej()
H A Dbundle.c128 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()
812 log_Printf(LogPHASE, "Using interface: %s\n", ifname); in bundle_Create()
1152 log_Printf(LogPHASE, "Idle timer expired\n"); in bundle_IdleTimeout()
1222 log_Printf(LogPHASE, "Session-Timeout timer expired\n"); in bundle_SessionTimeout()
1380 log_Printf(LogPHASE, "Receiving datalink\n"); in bundle_ReceiveDatalink()
1543 log_Printf(LogPHASE, "Transmitting datalink %s\n", dl->name); in bundle_SendDatalink()
1959 log_Printf(LogPHASE, "%d%% saturation -> Opening link ``%s''\n", in bundle_AutoAdjust()
1964 log_Printf(LogPHASE, "%d%% saturation -> Closing link ``%s''\n", in bundle_AutoAdjust()
H A Dipv6cp.c436 log_Printf(LogPHASE, "%s: Not transmitting... waiting for CCP\n", l->name); in ipv6cp_PushPacket()
678 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
682 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
697 log_Printf(log_IsKept(LogIPV6CP) ? LogIPV6CP : LogPHASE, in ipv6cp_DecodeConfig()
H A Dlog.h47 #define LogPHASE (16) macro
H A Dprompt.c208 log_Printf(LogPHASE, "%s: Client connection closed.\n", p->src.from); in prompt_Read()
368 log_Printf(LogPHASE, "%s: Client connection dropped.\n", p->src.from); in prompt_Destroy()
H A Dlqr.c165 log_Printf(LogPHASE, "%s: ** Too many LQR packets lost **\n", in SendLqrReport()
180 log_Printf(LogPHASE, "%s: ** Too many ECHO LQR packets lost **\n", in SendLqrReport()
H A Darp.c304 log_Printf(verbose ? LogPHASE : LogDEBUG, in arp_EtherAddr()
H A Dhdlc.c404 log_Printf(LogPHASE, in hdlc_ReportTime()
H A Dlink.c361 log_Printf(LogPHASE, "%s protocol 0x%04x (%s)\n", in Despatch()
H A Dauth.c357 log_Printf(LogPHASE, "Auth: No response from server\n"); in AuthTimeout()
H A Dlcp.c1141 log_Printf(LogPHASE, "Peer NAKd all callbacks, trying none\n"); in LcpDecodeConfig()
1144 log_Printf(LogPHASE, "Peer NAKd last configured callback\n"); in LcpDecodeConfig()
1153 log_Printf(LogPHASE, "Peer rejected *required* callback\n"); in LcpDecodeConfig()

12