diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2007-08-01 20:49:35 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2007-08-01 20:49:35 +0000 |
| commit | d6fe462ac16b73d5a449ab8bcdadb893e398ace1 (patch) | |
| tree | 1830cb41743749db0e716b57fdba4611058a126a /share/man | |
| parent | 7613322fdb9a4503b7c45169405df884903ceaaa (diff) | |
Notes
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man4/ng_ppp.4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/man4/ng_ppp.4 b/share/man/man4/ng_ppp.4 index f441c0b7e6cc..9fd72cad17c8 100644 --- a/share/man/man4/ng_ppp.4 +++ b/share/man/man4/ng_ppp.4 @@ -395,6 +395,10 @@ containing statistics for the corresponding link. Here .Dv NG_PPP_BUNDLE_LINKNUM is a valid link number corresponding to the multi-link bundle. +.It Dv NGM_PPP_GET_LINK_STATS64 +Same as NGM_PPP_GET_LINK_STATS but returns +.Dv "struct ng_ppp_link_stat64" +containing 64bit counters. .It Dv NGM_PPP_CLR_LINK_STATS This command takes a two byte link number as an argument and clears the statistics for that link. @@ -402,6 +406,10 @@ clears the statistics for that link. Same as .Dv NGM_PPP_GET_LINK_STATS , but also atomically clears the statistics as well. +.It Dv NGM_PPP_GETCLR_LINK_STATS64 +Same as NGM_PPP_GETCLR_LINK_STATS but returns +.Dv "struct ng_ppp_link_stat64" +containing 64bit counters. .El .Pp This node type also accepts the control messages accepted by the |
