| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | mppe.c | 174 log_Printf(LogDEBUG, "MPPE: Output: Not encrypting\n"); in MPPEOutput() 180 log_DumpBp(LogDEBUG, "MPPE: Output: Encrypt packet:", mp); in MPPEOutput() 192 log_Printf(LogDEBUG, "MPPEOutput: Key changed [%d]\n", mop->cohnum); in MPPEOutput() 205 log_Printf(LogDEBUG, "MPPEOutput: Dictionary initialised [%d]\n", in MPPEOutput() 255 log_DumpBp(LogDEBUG, "MPPE: Input: Packet:", mp); in MPPEInput() 280 log_Printf(LogDEBUG, "MPPEInput: Key changed [%u]\n", prefix); in MPPEInput() 316 log_Printf(LogDEBUG, "MPPE: Not flushed - discarded\n"); in MPPEInput() 340 log_Printf(LogDEBUG, "MPPEInput: Key changed [%u]\n", prefix); in MPPEInput() 369 log_DumpBp(LogDEBUG, "MPPEInput: Decrypted: Packet:", mp); in MPPEInput() 695 log_Printf(LogDEBUG, "MPPE: InitInput: %d-bits\n", mip->keybits); in MPPEInitInput() [all …]
|
| H A D | tty.c | 160 log_Printf(LogDEBUG, "%s: %s: Still no carrier (%d/%d)\n", in tty_Timeout() 169 log_Printf(LogDEBUG, "%s: offline -> online\n", p->link.name); in tty_Timeout() 171 log_Printf(LogDEBUG, "%s: online -> offline\n", p->link.name); in tty_Timeout() 177 log_Printf(LogDEBUG, "%s: Still %sline\n", p->link.name, in tty_Timeout() 192 log_Printf(LogDEBUG, "%s: Using tty_Timeout [%p]\n", in tty_StartTimer() 244 log_Printf(LogDEBUG, "Configure async node at %s\n", asyncpath); in tty_SetAsyncParams() 284 log_Printf(LogDEBUG, "%s: Couldn't get tty line discipline\n", in LoadLineDiscipline() 440 log_Printf(LogDEBUG, "%s: Entering tty_Raw\n", p->link.name); in tty_Raw() 443 log_Printf(LogDEBUG, "%s: Raw: descriptor = %d, mbits = %x\n", in tty_Raw() 689 log_Printf(LogDEBUG, "%s: Input is a tty (%s)\n", in tty_Create() [all …]
|
| H A D | vjcomp.c | 89 log_Printf(LogDEBUG, "vj_LayerWrite: type = %x\n", type); in vj_LayerPush() 96 log_Printf(LogDEBUG, "vj_LayerPush: PROTO_IP -> PROTO_VJUNCOMP\n"); in vj_LayerPush() 102 log_Printf(LogDEBUG, "vj_LayerPush: PROTO_IP -> PROTO_VJUNCOMP\n"); in vj_LayerPush() 175 log_Printf(LogDEBUG, "vj_LayerPull: PROTO_VJCOMP -> PROTO_IP\n"); in vj_LayerPull() 179 log_Printf(LogDEBUG, "vj_LayerPull: PROTO_VJUNCOMP -> PROTO_IP\n"); in vj_LayerPull()
|
| H A D | route.c | 94 if (log_IsKept(LogDEBUG)) { in p_sockaddr() 97 log_Printf(LogDEBUG, "Found the following sockaddr:\n"); in p_sockaddr() 98 log_Printf(LogDEBUG, " Family %d, len %d\n", in p_sockaddr() 101 log_Printf(LogDEBUG, " Addr %s\n", tmp); in p_sockaddr() 104 log_Printf(LogDEBUG, " Mask %s\n", tmp); in p_sockaddr() 287 } else if (log_IsKept(LogDEBUG)) in Index2Nam() 294 if (log_IsKept(LogDEBUG) && !debug_done) { in Index2Nam() 297 log_Printf(LogDEBUG, "Found the following interfaces:\n"); in Index2Nam() 439 if (log_IsKept(LogDEBUG)) { in route_IfDelete() 458 log_Printf(LogDEBUG, in route_IfDelete() [all …]
|
| H A D | netgraph.c | 157 log_Printf(LogDEBUG, "%s: NgSendAsciiMsg (to %s): \"%s\", \"%s\": %s\n", in ng_MessageOut() 211 log_Printf(LogDEBUG, "%s: Received message: %s\n", dev->dev.name, in ng_MessageIn() 498 log_Printf(LogDEBUG, "%s: Opening netgraph device \"%s\"\n", in ng_Create() 513 log_Printf(LogDEBUG, "%s: Got hook \"%s\"\n", p->link.name, hook); in ng_Create() 534 log_Printf(LogDEBUG, "%s: Got node \"%s\"\n", p->link.name, nodetype); in ng_Create() 561 log_Printf(LogDEBUG, "%s: Attempting to load %s.ko\n", in ng_Create() 602 log_Printf(LogDEBUG, "List of netgraph node ``%s'' (id %x) hooks:\n", in ng_Create() 627 log_Printf(LogDEBUG, "%s: Attempting to load %s.ko\n", in ng_Create() 637 log_Printf(LogDEBUG, "%s: Doing MKPEER %s%s -> %s (type %s)\n", in ng_Create() 681 log_Printf(LogDEBUG, "%s: Got hook \"%s\"\n", p->link.name, lasthook); in ng_Create() [all …]
|
| H A D | deflate.c | 80 log_Printf(LogDEBUG, "DeflateOutput: Proto %02x (%d bytes)\n", *proto, ilen); in DeflateOutput() 81 log_DumpBp(LogDEBUG, "DeflateOutput: Compress packet:", mp); in DeflateOutput() 102 log_Printf(LogDEBUG, "DeflateOutput: Seq %d\n", state->seqno); in DeflateOutput() 156 log_Printf(LogDEBUG, "DeflateOutput: %d => %d: Uncompressible (0x%04x)\n", in DeflateOutput() 182 log_Printf(LogDEBUG, "DeflateOutput: %d => %d bytes, proto 0x%04x\n", in DeflateOutput() 210 log_DumpBp(LogDEBUG, "DeflateInput: Decompress packet:", mi); in DeflateInput() 216 log_Printf(LogDEBUG, "DeflateInput: Seq %d\n", seq); in DeflateInput() 322 log_Printf(LogDEBUG, "DeflateInput: %d => %d bytes, proto 0x%04x\n", in DeflateInput() 347 log_Printf(LogDEBUG, "DeflateDictSetup: Got seq %d\n", state->seqno); in DeflateDictSetup()
|
| H A D | arp.c | 281 if (log_IsKept(LogDEBUG) && in arp_EtherAddr() 283 log_Printf(LogDEBUG, "%.*s interface is a candidate for proxy\n", in arp_EtherAddr() 294 if (log_IsKept(LogDEBUG)) { in arp_EtherAddr() 299 log_Printf(LogDEBUG, "Check addr %s, mask %s\n", in arp_EtherAddr() 305 log_Printf(verbose ? LogPHASE : LogDEBUG, in arp_EtherAddr()
|
| H A D | probe.c | 73 log_Printf(LogDEBUG, "Select changes time: %s\n", in probe_Init() 77 log_Printf(LogDEBUG, "IPv6 available: %s\n", in probe_Init()
|
| H A D | filter.c | 392 log_Printf(LogDEBUG, "Parse: Src: %s\n", ncprange_ntoa(&fe.f_src)); in filter_Parse() 393 log_Printf(LogDEBUG, "Parse: Dst: %s\n", ncprange_ntoa(&fe.f_dst)); in filter_Parse() 394 log_Printf(LogDEBUG, "Parse: Proto: %d\n", fe.f_proto); in filter_Parse() 396 log_Printf(LogDEBUG, "Parse: src: %s (%d)\n", in filter_Parse() 398 log_Printf(LogDEBUG, "Parse: dst: %s (%d)\n", in filter_Parse() 400 log_Printf(LogDEBUG, "Parse: estab: %u\n", fe.f_estab); in filter_Parse() 401 log_Printf(LogDEBUG, "Parse: syn: %u\n", fe.f_syn); in filter_Parse() 402 log_Printf(LogDEBUG, "Parse: finrst: %u\n", fe.f_finrst); in filter_Parse()
|
| H A D | slcompress.c | 180 log_Printf(LogDEBUG, "??? 1 ip_off = %x, m_len = %lu\n", in sl_compress_tcp() 182 log_DumpBp(LogDEBUG, "", m); in sl_compress_tcp() 187 log_Printf(LogDEBUG, "??? 2 th_flags = %x\n", th->th_flags); in sl_compress_tcp() 188 log_DumpBp(LogDEBUG, "", m); in sl_compress_tcp() 479 log_Printf(LogDEBUG, "compressed: changes = %02x\n", changes); in sl_uncompress_tcp() 538 log_Printf(LogDEBUG, "NEW_S: %02x, %02x, %02x\n", in sl_uncompress_tcp() 549 log_Printf(LogDEBUG, "Uncompress: id = %04x, seq = %08lx\n", in sl_uncompress_tcp()
|
| H A D | ip.c | 292 log_Printf(LogDEBUG, "%s filter:\n", filter->name); in FilterCheck() 319 if (log_IsKept(LogDEBUG)) in FilterCheck() 328 if (log_IsKept(LogDEBUG)) in FilterCheck() 358 if (log_IsKept(LogDEBUG)) in FilterCheck() 379 if (log_IsKept(LogDEBUG)) { in FilterCheck() 398 if (log_IsKept(LogDEBUG)) { in FilterCheck() 405 log_Printf(LogDEBUG, " Filter: proto = %s, %s\n", in FilterCheck() 411 if (log_IsKept(LogDEBUG)) { in FilterCheck() 425 log_Printf(LogDEBUG, " rule = %d: Address match, " in FilterCheck() 443 log_Printf(LogDEBUG, " rule = %d: Address match, action = %s\n", n, in FilterCheck() [all …]
|
| H A D | acf.c | 93 log_Printf(LogDEBUG, "acf_LayerPull: addr 0x%02x\n", cp[0]); in acf_LayerPull() 100 log_Printf(LogDEBUG, "acf_LayerPull: control 0x%02x\n", cp[1]); in acf_LayerPull()
|
| H A D | proto.c | 77 log_Printf(LogDEBUG, "proto_LayerPush: Using 0x%04x\n", *proto); in proto_LayerPush() 109 log_Printf(LogDEBUG, "proto_LayerPull: unknown -> 0x%04x\n", *proto); in proto_LayerPull()
|
| H A D | link.c | 101 log_Printf(LogDEBUG, "link_SequenceQueue\n"); in link_SequenceQueue() 189 log_Printf(LogDEBUG, "link_Dequeue: Dequeued from queue %d," in link_Dequeue() 272 log_Printf(LogDEBUG, "link_PushPacket: Transmit proto 0x%04x\n", proto); in link_PushPacket() 322 log_Printf(LogDEBUG, "link_PullPacket: Despatch proto 0x%04x\n", proto); in link_PullPacket()
|
| H A D | tcp.c | 161 log_Printf(LogDEBUG, "%s: Opened tcp socket %s\n", p->link.name, in tcp_Create() 194 log_Printf(LogDEBUG, "%s: Link is SOCK_STREAM, but not inet\n", in tcp_Create()
|
| H A D | ether.c | 552 log_Printf(LogDEBUG, "List of netgraph node ``%s'' (id %x) hooks:\n", in ether_Create() 559 log_Printf(LogDEBUG, " Found %s -> %s\n", nlink->ourhook, in ether_Create() 591 log_Printf(LogDEBUG, "Creating PPPoE netgraph node %s%s -> %s\n", in ether_Create() 614 log_Printf(LogDEBUG, "Connecting netgraph socket .:%s -> %s:%s\n", in ether_Create() 649 log_Printf(LogDEBUG, "Sending PPPOE_CONNECT to %s\n", connectpath); in ether_Create()
|
| H A D | nat_cmd.c | 506 log_Printf(LogDEBUG, "nat_LayerPush: PROTO_IP -> PROTO_IP\n"); in nat_LayerPush() 528 log_Printf(LogDEBUG, "nat_LayerPull: PROTO_IP -> PROTO_IP\n"); in nat_LayerPull() 556 log_Printf(LogDEBUG, "Store another frag (%lu) - now %d\n", in nat_LayerPull() 575 log_Printf(LogDEBUG, "Found a frag header (%lu) - plus %d more frags (no" in nat_LayerPull()
|
| H A D | mp.c | 203 log_Printf(LogDEBUG, "%d%% saturation - bring a link up ?\n", percent); in mp_UpDown() 206 log_Printf(LogDEBUG, "%d%% saturation - bring a link down ?\n", percent); in mp_UpDown() 497 log_Printf(LogDEBUG, "Drop frag\n"); in mp_Assemble() 516 log_Printf(LogDEBUG, "Drop frag %u\n", h.seq); in mp_Assemble() 579 log_Printf(LogDEBUG, "MP: Reassembled frags %lu-%lu, length %zd\n", in mp_Assemble() 654 if (log_IsKept(LogDEBUG)) in mp_Output() 655 log_Printf(LogDEBUG, "MP[frag %d]: Send %zd bytes on link `%s'\n", in mp_Output() 751 log_Printf(LogDEBUG, "Don't send data as PROTO_IP, MRU < MRRU\n"); in mp_FillPhysicalQueues() 753 log_Printf(LogDEBUG, "Sending data as PROTO_IP, not PROTO_MP\n"); in mp_FillPhysicalQueues()
|
| H A D | log.h | 39 #define LogDEBUG (7) /* syslog(LOG_DEBUG, ....) */ macro
|
| H A D | radius.c | 621 log_Printf(LogDEBUG, "Dropping MICROSOFT vendor specific " in radius_Process() 628 log_Printf(LogDEBUG, "Dropping vendor %lu RADIUS attribute %d\n", in radius_Process() 635 log_Printf(LogDEBUG, "Dropping RADIUS attribute %d\n", res); in radius_Process() 790 log_Printf(LogDEBUG, "Radius: radius_Init\n"); in radius_Init() 800 log_Printf(LogDEBUG, "Radius: radius_Destroy\n"); in radius_Destroy() 1063 log_Printf(LogDEBUG, "Using radius_Timeout [%p]\n", radius_Timeout); in radius_Authenticate() 1289 log_Printf(LogDEBUG, "Using radius_Timeout [%p]\n", radius_Timeout); in radius_Account()
|
| H A D | pred.c | 199 log_Printf(LogDEBUG, "Pred1Output: orglen (%d) --> len (%d)\n", orglen, len); in Pred1Output() 282 log_Printf(LogDEBUG, "Pred1Input: fcs = 0x%04x (%scompressed), len = 0x%x," in Pred1Input()
|
| H A D | systems.c | 340 log_Printf(LogDEBUG, "ReadSystem: Can't open %s.\n", filename); in ReadSystem() 343 log_Printf(LogDEBUG, "ReadSystem: Checking %s (%s).\n", name, filename); in ReadSystem()
|
| H A D | exec.c | 323 log_Printf(LogDEBUG, "Exec'ing ``%s''\n", p->name.base); in exec_Create() 379 log_Printf(LogDEBUG, "Using descriptor %d for child\n", p->fd); in exec_Create()
|
| H A D | tcpmss.c | 133 log_Printf(LogDEBUG, "MSS: %u -> %u\n", in MSSFixup()
|
| H A D | bundle.c | 602 log_Printf(LogDEBUG, "Looped back packet addressed to myself\n"); in bundle_DescriptorRead() 606 log_Printf(LogDEBUG, "Oops - forwarding packet addressed to myself\n"); in bundle_DescriptorRead() 1427 log_Printf(LogDEBUG, "Expecting %u scatter/gather bytes\n", in bundle_ReceiveDatalink() 1613 log_Printf(LogDEBUG, "Sending %d descriptor%s and %u bytes in scatter" in bundle_SendDatalink() 1628 log_Printf(LogDEBUG, "Received confirmation from pid %ld\n", in bundle_SendDatalink() 1633 log_Printf(LogDEBUG, "Transmitting link (%d bytes)\n", expect); in bundle_SendDatalink() 1769 log_Printf(LogDEBUG, "%ld -> %ld: %s session control\n", in bundle_setsid() 1896 log_Printf(LogDEBUG, "%s: %s: Cannot determine bandwidth\n", in bundle_CalculateBandwidth()
|