aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_parse.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Use variable-sized arrays where appropriate.Ruslan Ermilov2005-10-281-1/+1
* Fix variable name in comment num=>alen. (Lost part of commit rev 1.2)Roman Kurakin2005-01-161-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-5/+5
* Made the Ethernet address parse type standard.Ruslan Ermilov2003-12-171-0/+8
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-11/+6
* Go back to using data_len in struct ngpppoe_init_data after discussionsBrian Somers2000-11-161-4/+19
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* - Add new unsigned and hex integer parse typesArchie Cobbs2000-08-101-2/+16
* Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"Archie Cobbs2000-03-131-3/+3
* Add more comments describing how to use parse types and how they work.Archie Cobbs1999-12-011-46/+165
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-0/+388