summaryrefslogtreecommitdiff
path: root/sys/netatalk/aarp.c
AgeCommit message (Expand)Author
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-05-29Remove aarp_clean, unused. By the way this function was probably buggymaxv
2018-02-17Add NETATALKDEBUG to the option header and include that in the main sourcerjs
2017-12-09Mmh, pull up the packet to ether_aarp, otherwise we're reading past themaxv
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2012-01-31Fix AppleTalk name registration, as discussed on the port-macppc listhauke
2011-05-08aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leadingbouyer
2009-09-12Make sure to set length in AARP-response packets. PR kern/41124tsutsui
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-24Merge the socket locking patch:ad
2007-12-04Use IFADDR_FOREACH().dyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-10change the MOWNER_INIT define to take two args; fix extant struct mownerdogcow
2005-12-11merge ktrace-lwp.christos
2005-08-24PR/31051: Kousaku Nakahara: can't find the device from Macintosh throughchristos
2005-05-29sprinkle const.christos
2005-01-08netatalk: remove a redundant extern decl of etherbroadcastaddr.yamt
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-27- don't use M_WAIT within splnet.itojun
2003-02-26Update for MBUFTRACE.matt
2003-01-28allocate, not alocate. Noted by mjl, not mjll.wiz
2002-12-21aarptab_size is never used. Remove.kristerw
2002-10-22ARGSUSEDperry
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-09-21Make NETATALK over FDDI.matt
1998-10-13Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common.kim
1997-04-03Make at_ifawithnet take an ifnet arg instead of an ifaddr. Suggested bychristos
1997-04-02Appletalk networking stack. Code based on netatalk release beta-970220christos