OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_HDRLEN
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/net/
ppp_defs.h
45
#define
PPP_HDRLEN
4 /* octets for standard ppp header */
57
#define PPP_MAXMTU 65535 - (
PPP_HDRLEN
+ PPP_FCSLEN)
ppp-deflate.c
258
if (state->hdrlen +
PPP_HDRLEN
+ 2 < wspace) {
271
wptr +=
PPP_HDRLEN
;
276
state->strm.avail_out = wspace - (
PPP_HDRLEN
+ 2);
469
u_char hdr[
PPP_HDRLEN
+ DEFLATE_OVHD];
474
for (i = 0; i <
PPP_HDRLEN
+ DEFLATE_OVHD; ++i) {
487
seq = (hdr[
PPP_HDRLEN
] << 8) + hdr[
PPP_HDRLEN
+1];
505
if (state->hdrlen +
PPP_HDRLEN
< ospace) {
528
rlen +=
PPP_HDRLEN
+ DEFLATE_OVHD;
560
state->strm.avail_out = ospace -
PPP_HDRLEN
;
[
all
...]
if_ppp.c
313
sc->sc_if.if_hdrlen =
PPP_HDRLEN
;
957
M_PREPEND(m0,
PPP_HDRLEN
, M_DONTWAIT);
1167
ip = (struct ip *)(cp +
PPP_HDRLEN
);
1168
if (mp->m_len <=
PPP_HDRLEN
) {
1217
(sc->sc_xc_state, &mcomp, m, slen, sc->sc_if.if_mtu +
PPP_HDRLEN
);
1308
if (m->m_len <=
PPP_HDRLEN
) {
1315
dp = mtod(mp, u_char *) +
PPP_HDRLEN
;
1553
xlen = sl_uncompress_tcp_core(cp +
PPP_HDRLEN
,
1554
m->m_len -
PPP_HDRLEN
, ilen -
PPP_HDRLEN
,
[
all
...]
bsd-comp.c
547
rptr +=
PPP_HDRLEN
;
548
slen = mp->m_len -
PPP_HDRLEN
;
644
if (olen +
PPP_HDRLEN
+ BSD_OVHD > maxolen) {
655
return olen +
PPP_HDRLEN
+ BSD_OVHD;
693
rptr +=
PPP_HDRLEN
;
694
slen = dmsg->m_len -
PPP_HDRLEN
;
818
rptr +=
PPP_HDRLEN
;
819
len = cmp->m_len -
PPP_HDRLEN
;
857
space = M_TRAILINGSPACE(dmp) -
PPP_HDRLEN
+ 1;
866
wptr +=
PPP_HDRLEN
- 1
[
all
...]
ppp_tty.c
217
bpf_change_type(&sc->sc_if, DLT_PPP_SERIAL,
PPP_HDRLEN
);
368
if (uio->uio_resid > sc->sc_if.if_mtu +
PPP_HDRLEN
||
369
uio->uio_resid <
PPP_HDRLEN
)
405
bcopy(mtod(m0, u_char *), dst.sa_data,
PPP_HDRLEN
);
406
m_adj(m0,
PPP_HDRLEN
);
792
for (len = sc->sc_mru +
PPP_HDRLEN
+ PPP_FCSLEN; len > 0; ){
887
if (ilen <
PPP_HDRLEN
+ PPP_FCSLEN) {
1005
if (++sc->sc_ilen > sc->sc_mru +
PPP_HDRLEN
+ PPP_FCSLEN) {
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025