summaryrefslogtreecommitdiff
path: root/common/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'BETA_4'.BETA_4cvs2git1996-05-251-447/+0
* Remember address of last interface so that we can delete the next one if nece...Ted Lemon1996-05-231-8/+1
* Fix type of poll timeoutTed Lemon1996-05-221-1/+1
* move do_packet to dispatch; move network locator into seperate functionTed Lemon1996-05-221-0/+61
* Don't search the attached network if there isn't one.Ted Lemon1996-05-221-1/+3
* rewrite discover_interfaces to work with multiple addresses per interface and...Ted Lemon1996-05-221-41/+145
* SA_LEN instead of SIN_LENTed Lemon1996-05-201-1/+1
* Add an else clause to avoid redundant testTed Lemon1996-05-161-1/+1
* Don't log the fact that a packet has arrivedTed Lemon1996-05-161-5/+3
* Kludge hardware interface typeTed Lemon1996-05-161-1/+1
* Don't need to include if_dl anymoreTed Lemon1996-05-161-3/+0
* Add support for SysV poll syscall; traditionalize ANSI-only constructTed Lemon1996-05-161-18/+90
* rearrange things to support new network abstraction, e.g. passing around hard...Ted Lemon1996-05-131-13/+59
* Initial interface discovery and input dispatch routinesTed Lemon1996-04-111-0/+174