Home
last modified time | relevance | path

Searched refs:LogDEBUG (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/usr.sbin/ppp/
H A Dmppe.c170 log_Printf(LogDEBUG, "MPPE: Output: Proto %02x (%d bytes)\n", *proto, ilen); in MPPEOutput()
172 log_Printf(LogDEBUG, "MPPE: Output: Not encrypting\n"); in MPPEOutput()
178 log_DumpBp(LogDEBUG, "MPPE: Output: Encrypt packet:", mp); in MPPEOutput()
190 log_Printf(LogDEBUG, "MPPEOutput: Key changed [%d]\n", mop->cohnum); in MPPEOutput()
203 log_Printf(LogDEBUG, "MPPEOutput: Dictionary initialised [%d]\n", in MPPEOutput()
228 log_Printf(LogDEBUG, "MPPE: Output: Encrypted: Proto %02x (%d bytes)\n", in MPPEOutput()
252 log_Printf(LogDEBUG, "MPPE: Input: Proto %02x (%d bytes)\n", *proto, ilen); in MPPEInput()
253 log_DumpBp(LogDEBUG, "MPPE: Input: Packet:", mp); in MPPEInput()
278 log_Printf(LogDEBUG, "MPPEInput: Key changed [%u]\n", prefix); in MPPEInput()
299 log_Printf(LogDEBUG, "MPPEInput: Key changed during catchup [%u]\n", in MPPEInput()
[all …]
H A Dtty.c158 log_Printf(LogDEBUG, "%s: %s: Still no carrier (%d/%d)\n", in tty_Timeout()
167 log_Printf(LogDEBUG, "%s: offline -> online\n", p->link.name); in tty_Timeout()
169 log_Printf(LogDEBUG, "%s: online -> offline\n", p->link.name); in tty_Timeout()
175 log_Printf(LogDEBUG, "%s: Still %sline\n", p->link.name, in tty_Timeout()
190 log_Printf(LogDEBUG, "%s: Using tty_Timeout [%p]\n", in tty_StartTimer()
242 log_Printf(LogDEBUG, "Configure async node at %s\n", asyncpath); in tty_SetAsyncParams()
282 log_Printf(LogDEBUG, "%s: Couldn't get tty line discipline\n", in LoadLineDiscipline()
288 log_Printf(LogDEBUG, "%s: Couldn't set NETGRAPHDISC line discipline\n", in LoadLineDiscipline()
312 log_Printf(LogDEBUG, "%s: Set tty hotchar to 0x%02x\n", p->link.name, hot); in LoadLineDiscipline()
323 log_Printf(LogDEBUG, "%s: Send mkpeer async:%s to %s:%s\n", p->link.name, in LoadLineDiscipline()
[all …]
H A Droute.c92 if (log_IsKept(LogDEBUG)) { in p_sockaddr()
95 log_Printf(LogDEBUG, "Found the following sockaddr:\n"); in p_sockaddr()
96 log_Printf(LogDEBUG, " Family %d, len %d\n", in p_sockaddr()
99 log_Printf(LogDEBUG, " Addr %s\n", tmp); in p_sockaddr()
102 log_Printf(LogDEBUG, " Mask %s\n", tmp); in p_sockaddr()
261 log_Printf(LogDEBUG, "Index2Nam: %s\n", strerror(errno)); in Index2Nam()
276 log_Printf(LogDEBUG, "Skipping interface %d: Out of memory\n", in Index2Nam()
285 } else if (log_IsKept(LogDEBUG)) in Index2Nam()
286 log_Printf(LogDEBUG, "Skipping out-of-range interface %d!\n", in Index2Nam()
292 if (log_IsKept(LogDEBUG) && !debug_done) { in Index2Nam()
[all …]
H A Dvjcomp.c87 log_Printf(LogDEBUG, "vj_LayerWrite: type = %x\n", type); in vj_LayerPush()
94 log_Printf(LogDEBUG, "vj_LayerPush: PROTO_IP -> PROTO_VJUNCOMP\n"); in vj_LayerPush()
100 log_Printf(LogDEBUG, "vj_LayerPush: PROTO_IP -> PROTO_VJUNCOMP\n"); in vj_LayerPush()
173 log_Printf(LogDEBUG, "vj_LayerPull: PROTO_VJCOMP -> PROTO_IP\n"); in vj_LayerPull()
177 log_Printf(LogDEBUG, "vj_LayerPull: PROTO_VJUNCOMP -> PROTO_IP\n"); in vj_LayerPull()
H A Dnetgraph.c155 log_Printf(LogDEBUG, "%s: NgSendAsciiMsg (to %s): \"%s\", \"%s\": %s\n", in ng_MessageOut()
209 log_Printf(LogDEBUG, "%s: Received message: %s\n", dev->dev.name, in ng_MessageIn()
496 log_Printf(LogDEBUG, "%s: Opening netgraph device \"%s\"\n", in ng_Create()
511 log_Printf(LogDEBUG, "%s: Got hook \"%s\"\n", p->link.name, hook); in ng_Create()
532 log_Printf(LogDEBUG, "%s: Got node \"%s\"\n", p->link.name, nodetype); in ng_Create()
559 log_Printf(LogDEBUG, "%s: Attempting to load %s.ko\n", in ng_Create()
600 log_Printf(LogDEBUG, "List of netgraph node ``%s'' (id %x) hooks:\n", in ng_Create()
607 log_Printf(LogDEBUG, " Found %s -> %s (type %s)\n", nlink->ourhook, in ng_Create()
625 log_Printf(LogDEBUG, "%s: Attempting to load %s.ko\n", in ng_Create()
635 log_Printf(LogDEBUG, "%s: Doing MKPEER %s%s -> %s (type %s)\n", in ng_Create()
[all …]
H A Ddeflate.c78 log_Printf(LogDEBUG, "DeflateOutput: Proto %02x (%d bytes)\n", *proto, ilen); in DeflateOutput()
79 log_DumpBp(LogDEBUG, "DeflateOutput: Compress packet:", mp); in DeflateOutput()
100 log_Printf(LogDEBUG, "DeflateOutput: Seq %d\n", state->seqno); in DeflateOutput()
154 log_Printf(LogDEBUG, "DeflateOutput: %d => %d: Uncompressible (0x%04x)\n", in DeflateOutput()
180 log_Printf(LogDEBUG, "DeflateOutput: %d => %d bytes, proto 0x%04x\n", in DeflateOutput()
208 log_DumpBp(LogDEBUG, "DeflateInput: Decompress packet:", mi); in DeflateInput()
214 log_Printf(LogDEBUG, "DeflateInput: Seq %d\n", seq); in DeflateInput()
320 log_Printf(LogDEBUG, "DeflateInput: %d => %d bytes, proto 0x%04x\n", in DeflateInput()
345 log_Printf(LogDEBUG, "DeflateDictSetup: Got seq %d\n", state->seqno); in DeflateDictSetup()
H A Darp.c279 if (log_IsKept(LogDEBUG) && in arp_EtherAddr()
281 log_Printf(LogDEBUG, "%.*s interface is a candidate for proxy\n", in arp_EtherAddr()
292 if (log_IsKept(LogDEBUG)) { in arp_EtherAddr()
297 log_Printf(LogDEBUG, "Check addr %s, mask %s\n", in arp_EtherAddr()
303 log_Printf(verbose ? LogPHASE : LogDEBUG, in arp_EtherAddr()
H A Dfilter.c390 log_Printf(LogDEBUG, "Parse: Src: %s\n", ncprange_ntoa(&fe.f_src)); in filter_Parse()
391 log_Printf(LogDEBUG, "Parse: Dst: %s\n", ncprange_ntoa(&fe.f_dst)); in filter_Parse()
392 log_Printf(LogDEBUG, "Parse: Proto: %d\n", fe.f_proto); in filter_Parse()
394 log_Printf(LogDEBUG, "Parse: src: %s (%d)\n", in filter_Parse()
396 log_Printf(LogDEBUG, "Parse: dst: %s (%d)\n", in filter_Parse()
398 log_Printf(LogDEBUG, "Parse: estab: %u\n", fe.f_estab); in filter_Parse()
399 log_Printf(LogDEBUG, "Parse: syn: %u\n", fe.f_syn); in filter_Parse()
400 log_Printf(LogDEBUG, "Parse: finrst: %u\n", fe.f_finrst); in filter_Parse()
H A Dprobe.c71 log_Printf(LogDEBUG, "Select changes time: %s\n", in probe_Init()
75 log_Printf(LogDEBUG, "IPv6 available: %s\n", in probe_Init()
H A Dslcompress.c176 log_Printf(LogDEBUG, "??? 1 ip_off = %x, m_len = %lu\n", in sl_compress_tcp()
178 log_DumpBp(LogDEBUG, "", m); in sl_compress_tcp()
183 log_Printf(LogDEBUG, "??? 2 th_flags = %x\n", __tcp_get_flags(th)); in sl_compress_tcp()
184 log_DumpBp(LogDEBUG, "", m); in sl_compress_tcp()
475 log_Printf(LogDEBUG, "compressed: changes = %02x\n", changes); in sl_uncompress_tcp()
534 log_Printf(LogDEBUG, "NEW_S: %02x, %02x, %02x\n", in sl_uncompress_tcp()
545 log_Printf(LogDEBUG, "Uncompress: id = %04x, seq = %08lx\n", in sl_uncompress_tcp()
H A Dip.c290 log_Printf(LogDEBUG, "%s filter:\n", filter->name); in FilterCheck()
317 if (log_IsKept(LogDEBUG)) in FilterCheck()
326 if (log_IsKept(LogDEBUG)) in FilterCheck()
356 if (log_IsKept(LogDEBUG)) in FilterCheck()
377 if (log_IsKept(LogDEBUG)) { in FilterCheck()
396 if (log_IsKept(LogDEBUG)) { in FilterCheck()
403 log_Printf(LogDEBUG, " Filter: proto = %s, %s\n", in FilterCheck()
409 if (log_IsKept(LogDEBUG)) { in FilterCheck()
423 log_Printf(LogDEBUG, " rule = %d: Address match, " in FilterCheck()
441 log_Printf(LogDEBUG, " rule = %d: Address match, action = %s\n", n, in FilterCheck()
[all …]
H A Dacf.c91 log_Printf(LogDEBUG, "acf_LayerPull: addr 0x%02x\n", cp[0]); in acf_LayerPull()
98 log_Printf(LogDEBUG, "acf_LayerPull: control 0x%02x\n", cp[1]); in acf_LayerPull()
H A Dproto.c75 log_Printf(LogDEBUG, "proto_LayerPush: Using 0x%04x\n", *proto); in proto_LayerPush()
107 log_Printf(LogDEBUG, "proto_LayerPull: unknown -> 0x%04x\n", *proto); in proto_LayerPull()
H A Dlink.c99 log_Printf(LogDEBUG, "link_SequenceQueue\n"); in link_SequenceQueue()
187 log_Printf(LogDEBUG, "link_Dequeue: Dequeued from queue %d," in link_Dequeue()
270 log_Printf(LogDEBUG, "link_PushPacket: Transmit proto 0x%04x\n", proto); in link_PushPacket()
320 log_Printf(LogDEBUG, "link_PullPacket: Despatch proto 0x%04x\n", proto); in link_PullPacket()
H A Dether.c550 log_Printf(LogDEBUG, "List of netgraph node ``%s'' (id %x) hooks:\n", in ether_Create()
557 log_Printf(LogDEBUG, " Found %s -> %s\n", nlink->ourhook, in ether_Create()
589 log_Printf(LogDEBUG, "Creating PPPoE netgraph node %s%s -> %s\n", in ether_Create()
612 log_Printf(LogDEBUG, "Connecting netgraph socket .:%s -> %s:%s\n", in ether_Create()
647 log_Printf(LogDEBUG, "Sending PPPOE_CONNECT to %s\n", connectpath); in ether_Create()
H A Dtcp.c159 log_Printf(LogDEBUG, "%s: Opened tcp socket %s\n", p->link.name, in tcp_Create()
192 log_Printf(LogDEBUG, "%s: Link is SOCK_STREAM, but not inet\n", in tcp_Create()
H A Dtcpmss.c136 log_Printf(LogDEBUG, "MSS: %u -> %u\n", in MSSFixup()
212 log_Printf(LogDEBUG, "tcpmss_Check: Unknown IP family %u\n", pip->ip_v); in tcpmss_Check()
H A Dnat_cmd.c504 log_Printf(LogDEBUG, "nat_LayerPush: PROTO_IP -> PROTO_IP\n"); in nat_LayerPush()
526 log_Printf(LogDEBUG, "nat_LayerPull: PROTO_IP -> PROTO_IP\n"); in nat_LayerPull()
554 log_Printf(LogDEBUG, "Store another frag (%lu) - now %d\n", in nat_LayerPull()
573 log_Printf(LogDEBUG, "Found a frag header (%lu) - plus %d more frags (no" in nat_LayerPull()
H A Dmp.c201 log_Printf(LogDEBUG, "%d%% saturation - bring a link up ?\n", percent); in mp_UpDown()
204 log_Printf(LogDEBUG, "%d%% saturation - bring a link down ?\n", percent); in mp_UpDown()
495 log_Printf(LogDEBUG, "Drop frag\n"); in mp_Assemble()
514 log_Printf(LogDEBUG, "Drop frag %u\n", h.seq); in mp_Assemble()
577 log_Printf(LogDEBUG, "MP: Reassembled frags %lu-%lu, length %zd\n", in mp_Assemble()
652 if (log_IsKept(LogDEBUG)) in mp_Output()
653 log_Printf(LogDEBUG, "MP[frag %d]: Send %zd bytes on link `%s'\n", in mp_Output()
749 log_Printf(LogDEBUG, "Don't send data as PROTO_IP, MRU < MRRU\n"); in mp_FillPhysicalQueues()
751 log_Printf(LogDEBUG, "Sending data as PROTO_IP, not PROTO_MP\n"); in mp_FillPhysicalQueues()
H A Dlog.h37 #define LogDEBUG (7) /* syslog(LOG_DEBUG, ....) */ macro
H A Dradius.c619 log_Printf(LogDEBUG, "Dropping MICROSOFT vendor specific " in radius_Process()
626 log_Printf(LogDEBUG, "Dropping vendor %lu RADIUS attribute %d\n", in radius_Process()
633 log_Printf(LogDEBUG, "Dropping RADIUS attribute %d\n", res); in radius_Process()
788 log_Printf(LogDEBUG, "Radius: radius_Init\n"); in radius_Init()
798 log_Printf(LogDEBUG, "Radius: radius_Destroy\n"); in radius_Destroy()
1061 log_Printf(LogDEBUG, "Using radius_Timeout [%p]\n", radius_Timeout); in radius_Authenticate()
1287 log_Printf(LogDEBUG, "Using radius_Timeout [%p]\n", radius_Timeout); in radius_Account()
H A Dpred.c197 log_Printf(LogDEBUG, "Pred1Output: orglen (%d) --> len (%d)\n", orglen, len); in Pred1Output()
280 log_Printf(LogDEBUG, "Pred1Input: fcs = 0x%04x (%scompressed), len = 0x%x," in Pred1Input()
H A Dsystems.c338 log_Printf(LogDEBUG, "ReadSystem: Can't open %s.\n", filename); in ReadSystem()
341 log_Printf(LogDEBUG, "ReadSystem: Checking %s (%s).\n", name, filename); in ReadSystem()
H A Dexec.c321 log_Printf(LogDEBUG, "Exec'ing ``%s''\n", p->name.base); in exec_Create()
377 log_Printf(LogDEBUG, "Using descriptor %d for child\n", p->fd); in exec_Create()
H A Dbundle.c600 log_Printf(LogDEBUG, "Looped back packet addressed to myself\n"); in bundle_DescriptorRead()
604 log_Printf(LogDEBUG, "Oops - forwarding packet addressed to myself\n"); in bundle_DescriptorRead()
1425 log_Printf(LogDEBUG, "Expecting %u scatter/gather bytes\n", in bundle_ReceiveDatalink()
1611 log_Printf(LogDEBUG, "Sending %d descriptor%s and %u bytes in scatter" in bundle_SendDatalink()
1626 log_Printf(LogDEBUG, "Received confirmation from pid %ld\n", in bundle_SendDatalink()
1631 log_Printf(LogDEBUG, "Transmitting link (%d bytes)\n", expect); in bundle_SendDatalink()
1767 log_Printf(LogDEBUG, "%ld -> %ld: %s session control\n", in bundle_setsid()
1894 log_Printf(LogDEBUG, "%s: %s: Cannot determine bandwidth\n", in bundle_CalculateBandwidth()

12