Home
last modified time | relevance | path

Searched refs:PPP (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh255 check_heading_regexp '-o pid=PPP -o comm' \
256 '^ *PPP '"${head_text_comm}"'$' # no trailing space
257 check_heading_regexp '-o pid=PPP -o comm=CCC' \
258 '^ *PPP CCC$'
267 check_heading_regexp '-o comm=CCC -o pid=PPP' \
268 '^CCC *PPP$'
269 check_heading_regexp '-o comm,pid=PPP' \
270 '^'"${head_regexp_comm}"' *PPP$'
288 check_heading_regexp '-o pid=PPP,comm' \
289 '^ *PPP,comm$' # not like '-o pid=PPP -o comm'
[all …]
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp3 Serial port: SLIP / PPP
12 facility is offered by the PPP utility, which should be used in
21 If you're using a modem then PPP is almost certainly your only choice.
29 the PPP dialer provides only a very simple terminal emulator and has no
53 possibly the address of a gateway (if you're using PPP, it's your
/freebsd/usr.sbin/newsyslog/newsyslog.conf.d/
H A DMakefile35 CONFGROUPS+= PPP
36 PPP+= ppp.conf
/freebsd/usr.sbin/syslogd/
H A DMakefile47 CONFGROUPS+= PPP
48 PPP+= ppp.conf
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer99 >20 belong&0x03FFFFFF 9 (PPP
104 >20 belong&0x03FFFFFF 14 (BSD/OS PPP
106 >20 belong&0x03FFFFFF 50 (PPP or Cisco HDLC
107 >20 belong&0x03FFFFFF 51 (PPP-over-Ethernet
112 >20 belong&0x03FFFFFF 103 (BSD/OS PPP
128 >20 belong&0x03FFFFFF 130 (Juniper Multi-Link PPP
173 >20 belong&0x03FFFFFF 179 (Juniper PPP
198 >20 belong&0x03FFFFFF 204 (PPP with direction pseudo-header
/freebsd/share/examples/ppp/
H A Dppp.conf.sample3 # PPP Sample Configuration File
22 # Default setup. Always executed when PPP is invoked.
36 # Client side PPP
38 # Although the PPP protocol is a peer to peer protocol, we normally
406 # Server side PPP
501 word: XXXXXXXX PPP"
508 # Example for PPP over TCP.
552 # Example for PPP testing.
592 set device udpsrv.mynet:1234/udp # PPP over UDP
609 # Example of non-PPP callback.
[all …]
H A Dppp.conf.span-isp89 # Using ppp to connect to your ISPs (PPP over UDP over PPP):
H A Dppp.conf.span-isp.working34 # If anyone can come up with a better way of doing PPP over UDP I'd be
/freebsd/share/examples/ipfilter/rules/
H A Dnat-setup11 connected to your ethernet, whilst your external interface might be a PPP
32 single IP address, i.e. with dialup PPP. If you have a block of addresses
/freebsd/usr.sbin/ppp/
H A DREADME.nat25 User PPP NAT (Packet Aliasing)
154 the PPP NATing. The debugging information is fairly limited, listing
296 PPP host accepts incoming connections for ports 0 to 1023.
335 - Upgraded base PPP version to be the source code from
344 minor API changes for integration with other programs than PPP (ee)
349 PPP+pktAlias, but could potentially manifest in other
375 - PPP commands to support address and port redirection.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td1095 def SVTRN1_B8 : SInst<"svtrn1_b8", "PPP", "Pc", MergeNone, "aarch64_sve_trn1", [VerifyRuntimeM…
1096 def SVTRN1_B16 : SInst<"svtrn1_b16", "PPP", "Pc", MergeNone, "aarch64_sve_trn1_b16", [IsOverload…
1097 def SVTRN1_B32 : SInst<"svtrn1_b32", "PPP", "Pc", MergeNone, "aarch64_sve_trn1_b32", [IsOverload…
1098 def SVTRN1_B64 : SInst<"svtrn1_b64", "PPP", "Pc", MergeNone, "aarch64_sve_trn1_b64", [IsOverload…
1099 def SVTRN2_B8 : SInst<"svtrn2_b8", "PPP", "Pc", MergeNone, "aarch64_sve_trn2", [VerifyRuntimeM…
1100 def SVTRN2_B16 : SInst<"svtrn2_b16", "PPP", "Pc", MergeNone, "aarch64_sve_trn2_b16", [IsOverload…
1101 def SVTRN2_B32 : SInst<"svtrn2_b32", "PPP", "Pc", MergeNone, "aarch64_sve_trn2_b32", [IsOverload…
1102 def SVTRN2_B64 : SInst<"svtrn2_b64", "PPP", "Pc", MergeNone, "aarch64_sve_trn2_b64", [IsOverload…
1105 def SVUZP1_B8 : SInst<"svuzp1_b8", "PPP", "Pc", MergeNone, "aarch64_sve_uzp1", [VerifyRuntimeM…
1106 def SVUZP1_B16 : SInst<"svuzp1_b16", "PPP", "Pc", MergeNone, "aarch64_sve_uzp1_b16", [IsOverload…
[all …]
/freebsd/lib/libnetgraph/
H A Ddebug.c161 COOKIE(PPP),
/freebsd/contrib/tcpdump/
H A DCHANGES42 PPP: Check if there is some data to hexdump.
43 PPP: Remove an extra colon before LCP Callback Operation.
44 Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
224 PPP: Add tests to avoid incorrectly re-entering ppp_hdlc().
225 PPP: Don't process further if protocol is unknown (-e option).
226 PPP: Change the pointer to packet data.
487 CVE-2017-13029 (PPP)
496 CVE-2017-13038 (PPP)
646 PPP: Add some bounds checks (Fix a heap overflow)
647 PPP: Report invalid PAP AACK/ANAK packets
[all …]
H A DINSTALL.md133 slcompress.h - SLIP/PPP Van Jacobson compression (RFC1144) definitions
/freebsd/share/mk/
H A Dsrc.opts.mk160 PPP \
/freebsd/sys/netinet/libalias/
H A DHISTORY61 programs than PPP (ee)
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c82 #define PPP (PAGE_SIZE / sizeof(uint8_t **)) macro
341 for (i = 0; i < PPP; i++) { in ctl_backend_ramdisk_freeallpages()
1196 t /= PPP; in ctl_backend_ramdisk_create()
/freebsd/contrib/libpcap/doc/
H A DREADME.dag105 a HDLC/PoS/PPP/Frame Relay link with 16 bit CRC/FCS, then set
/freebsd/contrib/libpcap/
H A DCHANGES1200 parts of the filter expression to look at the PPP headers and
1201 headers in the PPP payload
1346 - Change Linux PPP and SLIP to use DLT_RAW since the kernel does not
1352 - Change IRIX PPP to use DLT_RAW since the kernel does not supply any
1355 - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
H A Dpcap.c3227 DLT_CHOICE(PPP, "PPP"),
/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt433 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
H A Dt6fw_cfg_fpga.txt455 dcb = ppp, dcbx, b2b # configure for DCB PPP and enable DCBX offload
H A Dt4fw_cfg_uwire.txt509 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
H A Dt5fw_cfg_uwire.txt556 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload
H A Dt6fw_cfg_uwire.txt572 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload

12