Symbol: LogERROR
usr.sbin/ppp/acf.c
80
log_Printf(LogERROR, "Can't Pull an acf packet from a logical link\n");
usr.sbin/ppp/arp.c
117
log_Printf(LogERROR, "arp_SetProxy: opening routing socket: %s\n",
usr.sbin/ppp/arp.c
137
log_Printf(LogERROR, "%s proxy arp entry %s: %s\n",
usr.sbin/ppp/arp.c
193
log_Printf(LogERROR, "arp_SetProxy: ioctl(SIOCSARP): %s\n",
usr.sbin/ppp/arp.c
212
log_Printf(LogERROR, "arp_ClearProxy: ioctl(SIOCDARP): %s\n",
usr.sbin/ppp/arp.c
247
log_Printf(LogERROR, "arp_EtherAddr: sysctl: estimate: %s\n",
usr.sbin/ppp/async.c
198
log_Printf(LogERROR, "Can't Pull an async packet from a logical link\n");
usr.sbin/ppp/bundle.c
1364
log_Printf(LogERROR, "Cannot determine space required for link\n");
usr.sbin/ppp/bundle.c
1397
log_Printf(LogERROR, "Cannot determine space required for link\n");
usr.sbin/ppp/bundle.c
1404
log_Printf(LogERROR, "Cannot allocate space to receive link\n");
usr.sbin/ppp/bundle.c
1430
log_Printf(LogERROR, "Failed recvmsg: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1432
log_Printf(LogERROR, "Failed recvmsg: Got %zd, not %u\n",
usr.sbin/ppp/bundle.c
1440
log_Printf(LogERROR, "Recvmsg: no descriptors received !\n");
usr.sbin/ppp/bundle.c
1450
log_Printf(LogERROR, "Recvmsg: %d descriptor%s received (too few) !\n",
usr.sbin/ppp/bundle.c
1483
log_Printf(LogERROR, "Failed write: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1485
log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got,
usr.sbin/ppp/bundle.c
1496
log_Printf(LogERROR, "Failed write: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1498
log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got, expect);
usr.sbin/ppp/bundle.c
1515
log_Printf(LogERROR, "bundle_ReceiveDatalink: Failed to handle %d "
usr.sbin/ppp/bundle.c
1605
log_Printf(LogERROR, "setsockopt(SO_RCVBUF, %d): %s\n", expect,
usr.sbin/ppp/bundle.c
1608
log_Printf(LogERROR, "setsockopt(SO_RCVBUF, %d): %s\n", expect,
usr.sbin/ppp/bundle.c
1616
log_Printf(LogERROR, "Failed sendmsg: %s: %s\n",
usr.sbin/ppp/bundle.c
1619
log_Printf(LogERROR, "%s: Failed initial sendmsg: Only sent %zd of %u\n",
usr.sbin/ppp/bundle.c
1629
log_Printf(LogERROR, "uu_lock_txfr: %s\n", uu_lockerr(res));
usr.sbin/ppp/bundle.c
1634
log_Printf(LogERROR, "%s: Failed writev: %s\n",
usr.sbin/ppp/bundle.c
1637
log_Printf(LogERROR, "%s: Failed writev: Wrote %zd of %d\n",
usr.sbin/ppp/bundle.c
1641
log_Printf(LogERROR, "%s: Failed socketpair read: %s\n",
usr.sbin/ppp/bundle.c
1644
log_Printf(LogERROR, "%s: Failed socketpair read: Got %zd of %d\n",
usr.sbin/ppp/bundle.c
1737
log_Printf(LogERROR, "pipe: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1742
log_Printf(LogERROR, "fork: %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1751
log_Printf(LogERROR, "pipe(2): %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
1756
log_Printf(LogERROR, "fork(2): %s\n", strerror(errno));
usr.sbin/ppp/bundle.c
185
log_Printf(LogERROR, "Failed to notify parent of success\n");
usr.sbin/ppp/bundle.c
191
log_Printf(LogERROR, "Failed to notify parent of %s\n", ex_desc(c));
usr.sbin/ppp/bundle.c
576
log_Printf(LogERROR, "%s: read: Got only %d bytes of data !\n",
usr.sbin/ppp/bundle.c
680
log_Printf(LogERROR, "Warning: Can't create %s: %s\n",
usr.sbin/ppp/bundle.c
776
log_Printf(LogERROR, "bundle_Create: ioctl(TUNSIFMODE): %s\n",
usr.sbin/ppp/bundle.c
784
log_Printf(LogERROR, "bundle_Create: ioctl(TUNSLMODE): %s\n",
usr.sbin/ppp/bundle.c
792
log_Printf(LogERROR, "bundle_Create: ioctl(TUNSIFHEAD): %s\n",
usr.sbin/ppp/cbcp.c
631
log_Printf(LogERROR, "cbcp_Input: Not a physical link - dropped\n");
usr.sbin/ppp/ccp.c
370
log_Printf(LogERROR, "%s: Not enough memory for CCP REQ !\n",
usr.sbin/ppp/ccp.c
382
log_Printf(LogERROR, "%s: CCP REQ buffer overrun !\n", fp->link->name);
usr.sbin/ppp/ccp.c
529
log_Printf(LogERROR, "%s: %s (in) initialisation failure\n",
usr.sbin/ppp/ccp.c
548
log_Printf(LogERROR, "%s: %s (out) initialisation failure\n",
usr.sbin/ppp/ccp.c
725
log_Printf(LogERROR, "%s: Unexpected attempt to use an unopened and"
usr.sbin/ppp/chap.c
269
log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
274
log_Printf(LogERROR, "Chap: pipe: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
283
log_Printf(LogERROR, "Chap: fork: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
355
log_Printf(LogERROR, "Chap: wait: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
359
log_Printf(LogERROR, "Chap: Child exited %d\n", WEXITSTATUS(status));
usr.sbin/ppp/chap.c
430
log_Printf(LogERROR, "Chap: Read: %s\n", strerror(errno));
usr.sbin/ppp/chap.c
706
log_Printf(LogERROR, "chap_Input: Not a physical link - dropped\n");
usr.sbin/ppp/chap.c
749
log_Printf(LogERROR, "Chap Input: Truncated challenge !\n");
usr.sbin/ppp/chap.c
771
log_Printf(LogERROR, "Chap Input: Truncated response !\n");
usr.sbin/ppp/chap.c
776
log_Printf(LogERROR, "Chap Input: Out of memory !\n");
usr.sbin/ppp/chap.c
793
log_Printf(LogERROR, "Chap Input: Out of memory !\n");
usr.sbin/ppp/chat.c
256
log_Printf(LogERROR, "chat_UpdateSet: too many abort strings\n");
usr.sbin/ppp/command.c
690
log_Printf(LogERROR, "%ld: daemon: %s\n", (long)p, strerror(errno));
usr.sbin/ppp/command.c
710
log_Printf(LogERROR, "Fork failed: %s\n", strerror(errno));
usr.sbin/ppp/datalink.c
1287
log_Printf(LogERROR, "%s: Can't enter state %d !\n", dl->name, state);
usr.sbin/ppp/datalink.c
1401
log_Printf(LogERROR, "Toiov: No room for datalink !\n");
usr.sbin/ppp/datalink.c
141
log_Printf(LogERROR, "Oops - can't change mode to BACKGROUND (gulp) !\n");
usr.sbin/ppp/datalink.c
1440
log_Printf(LogERROR, "datalink_NextName: Out of memory !\n");
usr.sbin/ppp/datalink.c
941
log_Printf(LogERROR, "Oops, destroying a datalink in state %s\n",
usr.sbin/ppp/ether.c
231
log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
usr.sbin/ppp/fsm.c
1144
log_Printf(LogERROR, "Bad option length %d (out of phase?)\n", o->hdr.len);
usr.sbin/ppp/fsm.c
1151
log_Printf(LogERROR, "Warning: Truncating option length from %d to %d\n",
usr.sbin/ppp/fsm.c
1168
log_Printf(LogERROR, "Can't REJ length %d - trunating to %d\n",
usr.sbin/ppp/fsm.c
896
log_Printf(LogERROR, "%s: FsmRecvProtoRej: Not a physical link !\n",
usr.sbin/ppp/hdlc.c
309
log_Printf(LogERROR, "Can't Pull a hdlc packet from a logical link\n");
usr.sbin/ppp/id.c
72
log_Printf(LogERROR, "ID0setuser: Unable to seteuid!\n");
usr.sbin/ppp/id.c
87
log_Printf(LogERROR, "ID0set0: Unable to seteuid!\n");
usr.sbin/ppp/iface.c
366
log_Printf(LogERROR, "iface name: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
397
log_Printf(LogERROR, "iface descr: sysctl failed: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
402
log_Printf(LogERROR, "iface descr: sysctl net.ifdescr_maxlen < 1\n");
usr.sbin/ppp/iface.c
408
log_Printf(LogERROR, "iface descr: malloc failed: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
422
log_Printf(LogERROR, "iface descr: description exceeds maximum (%d)\n",
usr.sbin/ppp/iface.c
429
log_Printf(LogERROR, "iface descr: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
488
log_Printf(LogERROR, "iface_Clear: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
519
log_Printf(LogERROR, "iface_Add: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
564
log_Printf(LogERROR, "iface_inAdd: realloc: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
602
log_Printf(LogERROR, "iface_Delete: socket(): %s\n", strerror(errno));
usr.sbin/ppp/iface.c
636
log_Printf(LogERROR, "iface_ChangeFlags: socket: %s\n", strerror(errno));
usr.sbin/ppp/iface.c
644
log_Printf(LogERROR, "iface_ChangeFlags: ioctl(SIOCGIFFLAGS): %s\n",
usr.sbin/ppp/iface.c
665
log_Printf(LogERROR, "iface_ChangeFlags: ioctl(SIOCSIFFLAGS): %s\n",
usr.sbin/ppp/iface.c
704
log_Printf(LogERROR, "iface_Destroy: socket(): %s\n", strerror(errno));
usr.sbin/ppp/ip.c
947
log_Printf(LogERROR, "ip_Input: %s: wrote %zd, got %s\n",
usr.sbin/ppp/ip.c
950
log_Printf(LogERROR, "ip_Input: %s: wrote %zd, got %zd\n", l->name, nb,
usr.sbin/ppp/ipcp.c
202
log_Printf(LogERROR, "Failed to malloc %lu for %s: %s\n",
usr.sbin/ppp/ipcp.c
205
log_Printf(LogERROR, "Failed(2) to malloc %lu for %s: %s\n",
usr.sbin/ppp/ipcp.c
211
log_Printf(LogERROR, "Failed to read %s: %s\n",
usr.sbin/ppp/ipcp.c
214
log_Printf(LogERROR, "Failed to read %s, got %lu not %lu\n",
usr.sbin/ppp/ipcp.c
276
log_Printf(LogERROR, "Failed to stat opened %s: %s\n",
usr.sbin/ppp/ipcp.c
318
log_Printf(LogERROR, "write(): Failed updating %s: %s\n", _PATH_RESCONF,
usr.sbin/ppp/ipcp.c
324
log_Printf(LogERROR,"fopen(\"%s\", \"w\") failed: %s\n", _PATH_RESCONF,
usr.sbin/ppp/ipcp.c
342
log_Printf(LogERROR, "Failed rewriting %s: write: %s\n",
usr.sbin/ppp/ipcp.c
345
log_Printf(LogERROR, "Failed rewriting %s: wrote %ld of %ld\n",
usr.sbin/ppp/ipcp.c
350
log_Printf(LogERROR, "Failed rewriting %s: open: %s\n", _PATH_RESCONF,
usr.sbin/ppp/ipcp.c
353
log_Printf(LogERROR, "Failed removing %s: %s\n", _PATH_RESCONF,
usr.sbin/ppp/ipcp.c
629
log_Printf(LogERROR, "Oops, ipcp_proxyarp() called with unexpected addr\n");
usr.sbin/ppp/ipcp.c
911
log_Printf(LogERROR, "ipcp_InterfaceUp: unable to set ip address\n");
usr.sbin/ppp/ipcp.c
916
log_Printf(LogERROR, "ipcp_InterfaceUp: Can't set the IFF_UP flag on %s\n",
usr.sbin/ppp/ipv6cp.c
394
log_Printf(LogERROR, "ipv6cp_InterfaceUp: unable to set ipv6 address\n");
usr.sbin/ppp/ipv6cp.c
399
log_Printf(LogERROR, "ipv6cp_InterfaceUp: Can't set the IFF_UP"
usr.sbin/ppp/lcp.c
391
log_Printf(LogERROR, "%s: LcpSendConfigReq: Not a physical link !\n",
usr.sbin/ppp/link.c
335
log_Printf(LogERROR, "%s: Oops, cannot stack a %s layer...\n",
usr.sbin/ppp/log.c
110
LogMaskLocal = MSK(LogERROR) | MSK(LogALERT) | MSK(LogWARN);
usr.sbin/ppp/log.c
206
case LogERROR:
usr.sbin/ppp/log.c
263
*mask = MSK(LogERROR) | MSK(LogALERT) | MSK(LogWARN);
usr.sbin/ppp/log.c
76
static u_long LogMaskLocal = MSK(LogERROR) | MSK(LogALERT) | MSK(LogWARN);
usr.sbin/ppp/lqr.c
209
log_Printf(LogERROR, "lqr_Input: Not a physical link - dropped\n");
usr.sbin/ppp/main.c
441
log_Printf(LogERROR, "pipe: %s\n", strerror(errno));
usr.sbin/ppp/main.c
447
log_Printf(LogERROR, "fork: %s\n", strerror(errno));
usr.sbin/ppp/main.c
546
log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
usr.sbin/ppp/main.c
551
log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
usr.sbin/ppp/main.c
557
log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
usr.sbin/ppp/main.c
594
log_Printf(LogERROR, "DoLoop: select(): %s\n", strerror(errno));
usr.sbin/ppp/main.c
643
log_Printf(LogERROR, "Exception cannot be handled !\n");
usr.sbin/ppp/mbuf.c
111
log_Printf(LogERROR, "Bad mbuf type %d\n", type);
usr.sbin/ppp/mbuf.c
116
log_Printf(LogERROR, "Request for mbuf size %lu (\"%s\") denied !\n",
usr.sbin/ppp/mbuf.c
357
log_Printf(LogERROR, "m_dequeue: Not zero (%lu)!!!\n",
usr.sbin/ppp/mp.c
1122
log_Printf(LogERROR, "mpserver: snprintf(): %s\n", strerror(errno));
usr.sbin/ppp/mp.c
1138
log_Printf(LogERROR, "mpserver: socket(): %s\n", strerror(errno));
usr.sbin/ppp/mp.c
1190
log_Printf(LogERROR, "%s: Failed to remove: %s\n", s->socket.sun_path,
usr.sbin/ppp/mppe.c
260
log_Printf(LogERROR, "MPPE: Input: Invalid packet (flags = 0x%x)\n",
usr.sbin/ppp/ncp.c
103
log_Printf(LogERROR, "ncp_Init: Out of memory allocating urgent ports\n");
usr.sbin/ppp/ncp.c
230
log_Printf(LogERROR, "Can't store in ip queue %u\n", pri);
usr.sbin/ppp/ncp.c
244
log_Printf(LogERROR, "Can't store in ipv6 queue %u\n", pri);
usr.sbin/ppp/ncp.c
257
log_Printf(LogERROR, "Can't enqueue protocol family %d\n", af);
usr.sbin/ppp/ncp.c
393
log_Printf(LogERROR, "ncp_AddUrgentPort: realloc: %s\n",
usr.sbin/ppp/netgraph.c
184
log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
usr.sbin/ppp/pap.c
189
log_Printf(LogERROR, "pap_Input: Not a physical link - dropped\n");
usr.sbin/ppp/pap.c
256
log_Printf(LogERROR, "Pap Input: Truncated key !\n");
usr.sbin/ppp/pap.c
260
log_Printf(LogERROR, "Pap Input: Out of memory !\n");
usr.sbin/ppp/physical.c
693
log_Printf(LogERROR, "physical2iov: No room for physical + throughput"
usr.sbin/ppp/radius.c
1015
log_Printf(LogERROR, "CHAP: Unrecognised type 0x%02x\n",
usr.sbin/ppp/radius.c
1023
log_Printf(LogERROR, "rad_put: gethostname(): %s\n", strerror(errno));
usr.sbin/ppp/radius.c
1029
log_Printf(LogERROR, "rad_put: rad_put_string: %s\n",
usr.sbin/ppp/radius.c
1037
log_Printf(LogERROR, "rad_put: rad_put_string: %s\n",
usr.sbin/ppp/radius.c
1046
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1119
log_Printf(LogERROR, "rad_auth_open: %s\n", strerror(errno));
usr.sbin/ppp/radius.c
1124
log_Printf(LogERROR, "rad_config: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1130
log_Printf(LogERROR, "rad_create_request: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1158
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1168
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1177
log_Printf(LogERROR, "rad_put_attr: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1188
log_Printf(LogERROR, "rad_put_attr: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1202
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1208
log_Printf(LogERROR, "rad_put: gethostname(): %s\n", strerror(errno));
usr.sbin/ppp/radius.c
1214
log_Printf(LogERROR, "rad_put: rad_put_string: %s\n",
usr.sbin/ppp/radius.c
1222
log_Printf(LogERROR, "rad_put: rad_put_string: %s\n",
usr.sbin/ppp/radius.c
1237
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
1253
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
321
log_Printf(LogERROR, "rad_send_request(%s): Failed %d: %s\n", stype,
usr.sbin/ppp/radius.c
344
log_Printf(LogERROR, "rad_cvt_string: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
393
log_Printf(LogERROR, "rad_cvt_string: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
445
log_Printf(LogERROR, "rad_cvt_string: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
458
log_Printf(LogERROR, "rad_cvt_ipv6prefix: %s\n",
usr.sbin/ppp/radius.c
478
log_Printf(LogERROR, "rad_cvt_string: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
523
log_Printf(LogERROR, "rad_get_vendor_attr: %s (failing!)\n",
usr.sbin/ppp/radius.c
551
log_Printf(LogERROR, "rad_cvt_string: %s\n",
usr.sbin/ppp/radius.c
579
log_Printf(LogERROR, "rad_cvt_string: %s\n",
usr.sbin/ppp/radius.c
639
log_Printf(LogERROR, "rad_get_attr: %s (failing!)\n",
usr.sbin/ppp/radius.c
858
log_Printf(LogERROR, "rad_put: rad_put_int: %s\n", rad_strerror(rad->cx.rad));
usr.sbin/ppp/radius.c
881
log_Printf(LogERROR, "rad_put: rad_put_int: %s\n", rad_strerror(rad->cx.rad));
usr.sbin/ppp/radius.c
923
log_Printf(LogERROR, "rad_auth_open: %s\n", strerror(errno));
usr.sbin/ppp/radius.c
928
log_Printf(LogERROR, "rad_config: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
934
log_Printf(LogERROR, "rad_create_request: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
942
log_Printf(LogERROR, "rad_put: %s\n", rad_strerror(r->cx.rad));
usr.sbin/ppp/radius.c
951
log_Printf(LogERROR, "PAP: rad_put_string: %s\n",
usr.sbin/ppp/radius.c
964
log_Printf(LogERROR, "CHAP: rad_put_string: %s\n",
usr.sbin/ppp/radius.c
975
log_Printf(LogERROR, "CHAP80: Unrecognised key length %d\n", klen);
usr.sbin/ppp/radius.c
994
log_Printf(LogERROR, "CHAP81: Unrecognised key length %d\n", klen);
usr.sbin/ppp/route.c
232
log_Printf(LogERROR, "Index2Nam: sysctl: estimate: %s\n",
usr.sbin/ppp/route.c
342
log_Printf(LogERROR, "route_Show: sysctl: estimate: %s\n", strerror(errno));
usr.sbin/ppp/route.c
349
log_Printf(LogERROR, "route_Show: sysctl: getroute: %s\n", strerror(errno));
usr.sbin/ppp/route.c
398
log_Printf(LogERROR, "route_IfDelete: sysctl: estimate: %s\n",
usr.sbin/ppp/route.c
408
log_Printf(LogERROR, "route_IfDelete: sysctl: getroute: %s\n",
usr.sbin/ppp/route.c
488
log_Printf(LogERROR, "route_IfDelete: sysctl: estimate: %s\n",
usr.sbin/ppp/route.c
498
log_Printf(LogERROR, "route_IfDelete: sysctl: getroute: %s\n",
usr.sbin/ppp/route.c
617
log_Printf(LogERROR, "route_Add: Out of memory!\n");
usr.sbin/ppp/route.c
750
log_Printf(LogERROR, "rt_Set: socket(): %s\n", strerror(errno));
usr.sbin/ppp/route.c
781
log_Printf(LogERROR, "rt_Set: Program error\n");
usr.sbin/ppp/route.c
791
log_Printf(LogERROR, "rt_Set: Cannot add a route with"
usr.sbin/ppp/route.c
870
log_Printf(LogERROR, "rt_Update: socket(): %s\n", strerror(errno));
usr.sbin/ppp/server.c
105
log_Printf(LogERROR, "server_Read: accept(): %s\n", strerror(errno));
usr.sbin/ppp/server.c
257
log_Printf(LogERROR, "Local: %s: Path too long\n", name);
usr.sbin/ppp/server.c
265
log_Printf(LogERROR, "Local: socket: %s\n", strerror(errno));
usr.sbin/ppp/server.c
281
log_Printf(LogERROR, "Local: Unable to listen to socket -"
usr.sbin/ppp/server.c
345
log_Printf(LogERROR, "Tcp: socket: %s\n", strerror(errno));
usr.sbin/ppp/server.c
363
log_Printf(LogERROR, "Tcp: Unable to listen to socket: %s\n",
usr.sbin/ppp/sync.c
69
log_Printf(LogERROR, "Can't Pull a sync packet from a logical link\n");
usr.sbin/ppp/timer.c
182
log_Printf(LogERROR, "Oops, %s timer not found!!\n", tp->name);
usr.sbin/ppp/timer.c
288
log_Printf(LogERROR, "Unable to set itimer (%s)\n", strerror(errno));
usr.sbin/ppp/timer.c
300
log_Printf(LogERROR, "Unable to set itimer (%s)\n", strerror(errno));
usr.sbin/ppp/tun.c
100
log_Printf(LogERROR, "tun_configure: ioctl(SIOCSIFMTU): %s\n",
usr.sbin/ppp/tun.c
116
log_Printf(LogERROR, "tun_configure: ioctl(TUNSIFINFO): %s\n",
usr.sbin/ppp/tun.c
93
log_Printf(LogERROR, "tun_configure: socket(): %s\n", strerror(errno));
usr.sbin/ppp/vjcomp.c
105
log_Printf(LogERROR, "vj_LayerPush: Unknown frame type %x\n", type);