| /src/distrib/syspkg/sets/base/base-slip-bin/ |
| Makefile | 3 PKGBASE=base-slip-bin
|
| /src/distrib/syspkg/sets/base/base-slip-root/ |
| Makefile | 3 PKGBASE=base-slip-root
|
| /src/distrib/syspkg/sets/man/man-slip-catman/ |
| Makefile | 3 PKGBASE=man-slip-catman
|
| /src/distrib/syspkg/sets/man/man-slip-man/ |
| Makefile | 3 PKGBASE=man-slip-man
|
| /src/usr.sbin/sliplogin/ |
| Makefile | 13 FILESDIR= /usr/share/examples/slip 14 FILES= slip.login
|
| sliplogin.c | 51 * It sets the line discipline to slip, invokes a shell script to initialize 63 * in the file /etc/slip.hosts. 64 * If an entry is found, the line on fd0 is configured for SLIP operation 69 * /etc/slip.hosts file and if found fd0 is configured as in case 1. 89 #include <net/slip.h> 165 syslog(LOG_ERR, "SLIP access denied for %s\n", name); 166 errx(1, "SLIP access denied for %s", name); 201 syslog(LOG_INFO, "closed %s slip unit %d (%s)\n", loginname, unit, 235 * and ensure that the slip line is our controlling terminal. 256 /* open slip tty again to acquire as controlling tty? * [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-rate-limit-slip.conf | 16 slip 11; // greater than default of 10
|
| bad-rrl-table-size.conf | 18 slip 3;
|
| /src/external/mpl/bind/dist/bin/tests/system/rrl/ns2/ |
| named.conf.j2 | 31 slip 3;
|
| /src/external/mpl/bind/dist/bin/tests/system/rrl/ns4/ |
| named.conf.j2 | 32 slip 3;
|
| /src/sys/net/ |
| Makefile | 12 raw_cb.h route.h slcompress.h slip.h zlib.h
|
| /src/external/gpl3/binutils/dist/bfd/ |
| reloc16.c | 103 unsigned int slip, 122 p->value -= slip; 130 h->root.u.def.value -= slip;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| reloc16.c | 103 unsigned int slip, 122 p->value -= slip; 130 h->root.u.def.value -= slip;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| reloc16.c | 103 unsigned int slip, 122 p->value -= slip; 130 h->root.u.def.value -= slip;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| reloc16.c | 103 unsigned int slip, 122 p->value -= slip; 130 h->root.u.def.value -= slip;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rrl.c | 633 int rate, new_rate, slip, new_slip, age, log_secs, min; local 734 * Drop this response unless it should slip or leak. 736 slip = rrl->slip.r; 737 if (slip > 2 && scale < 1.0) { 738 new_slip = (int)(slip * scale); 742 if (rrl->slip.scaled != new_slip) { 745 "%d qps scaled slip" 747 (int)qps, scale, slip, new_slip); 748 slip = new_slip [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rrl.c | 655 int rate, new_rate, slip, new_slip, age, log_secs, min; local 756 * Drop this response unless it should slip or leak. 758 slip = rrl->slip.r; 759 if (slip > 2 && scale < 1.0) { 760 new_slip = (int)(slip * scale); 764 if (rrl->slip.scaled != new_slip) { 767 "%d qps scaled slip" 769 (int)qps, scale, slip, new_slip); 770 slip = new_slip [all...] |
| /src/distrib/syspkg/sets/man/ |
| Makefile | 95 SUBDIR+=man-slip-catman 96 SUBDIR+=man-slip-man
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-events.h | 254 /* Advance the clock by an additional SLIP cycles at the next call to 261 int slip);
|
| sim-events.c | 1105 int slip) 1108 SIM_ASSERT (slip > 0); 1112 if (events->time_from_event < slip) 1116 events->time_from_event -= slip;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-events.h | 254 /* Advance the clock by an additional SLIP cycles at the next call to 261 int slip);
|
| /src/distrib/syspkg/sets/base/ |
| Makefile | 121 SUBDIR+=base-slip-bin 122 SUBDIR+=base-slip-root
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rrl.h | 212 dns_rrl_rate_t slip; member in struct:dns_rrl
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rrl.h | 213 dns_rrl_rate_t slip; member in struct:dns_rrl
|
| /src/usr.sbin/sysinst/ |
| net.c | 540 int slip = 0; local 613 slip = net_dev[0] == 's' && net_dev[1] == 'l' && 622 } else if (!slip) { 731 if (slip) 735 /* We don't want netmasks for SLIP */ 771 if (slip) 841 if (slip) { 843 /* Set SLIP interface UP */
|