CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/06/18 08:20:12
Modified files:
sys/net : if_pppx.c pipex.c pipex_local.h
Log message:
Combine and replace duplicated code in pipex(4) and pppx(4) by new functions
listed below.
- pipex_init_session() to check request and alloc new session.
- pipex_link_session() to link session to pipex(4) layer.
- pipex_unlink_session() to unlink session from pipex(4) layer.
- pipex_rele_session() to release session and it's internal allocation.
ok mpi@