History log of /freebsd-9.3-release/sys/netgraph/atm/sscop/ng_sscop_cust.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 139823 06-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 138268 01-Dec-2004 glebius

Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.
This is done to keep both versions in RELENG_5 and support both APIs.

Reviewed by: scottl
Approved by: julian (mentor), implicitly


# 137897 19-Nov-2004 glebius

Cancel pending timeout before scheduling a new one. This fixes
item leak, I've introduced with previous change.

Approved by: julian (mentor)


# 137199 04-Nov-2004 harti

Adapt to the new ng_timeout/ng_untimeout arguments. These now use
the callout instead of the timeout interface.

Submitted by: glebius


# 121461 24-Oct-2003 harti

Netgraph part of the NgATM signalling AA layer. These nodes can
also be used as a general-purpose transport protocol above any
packet layer (IP, UDP).