tag | line | file | source code |
ea | 400 | fs/hpfs/hpfs.h | unsigned char ea[316]; /* zero or more EA's, packed together |
ea | 468 | fs/hpfs/hpfs.h | static inline unsigned char *ea_name (struct extended_attribute *ea) |
ea | 470 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea; |
ea | 473 | fs/hpfs/hpfs.h | static inline unsigned char *ea_value (struct extended_attribute *ea) |
ea | 475 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea + ea->namelen + 1; |
ea | 479 | fs/hpfs/hpfs.h | ea_next_ea (struct extended_attribute *ea) |
ea | 481 | fs/hpfs/hpfs.h | return (void *) ea + sizeof *ea + ea->namelen + 1 + ea->valuelen; |
ea | 484 | fs/hpfs/hpfs.h | static inline unsigned ea_indirect_length (struct extended_attribute *ea) |
ea | 486 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
ea | 490 | fs/hpfs/hpfs.h | static inline secno ea_indirect_secno (struct extended_attribute *ea) |
ea | 492 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
ea | 640 | net/appletalk/aarp.c | struct elapaarp *ea=(struct elapaarp *)skb->h.raw; |
ea | 662 | net/appletalk/aarp.c | if(!skb_pull(skb,sizeof(*ea))) |
ea | 668 | net/appletalk/aarp.c | ea->function=ntohs(ea->function); |
ea | 674 | net/appletalk/aarp.c | if(ea->function<AARP_REQUEST || ea->function > AARP_PROBE || ea->hw_len != ETH_ALEN || ea->pa_len != AARP_PA_ALEN || |
ea | 675 | net/appletalk/aarp.c | ea->pa_src_zero != 0 || ea->pa_dst_zero != 0) |
ea | 685 | net/appletalk/aarp.c | hash=ea->pa_src_node%(AARP_HASH_SIZE-1); |
ea | 691 | net/appletalk/aarp.c | sa.s_node=ea->pa_src_node; |
ea | 692 | net/appletalk/aarp.c | sa.s_net=ea->pa_src_net; |
ea | 713 | net/appletalk/aarp.c | if(ifa->address.s_node==ea->pa_dst_node && ifa->address.s_net==ea->pa_dst_net) |
ea | 726 | net/appletalk/aarp.c | switch(ea->function) |
ea | 742 | net/appletalk/aarp.c | memcpy(a->hwaddr,ea->hw_src,ETH_ALEN); |
ea | 761 | net/appletalk/aarp.c | sa.s_node=ea->pa_dst_node; |
ea | 762 | net/appletalk/aarp.c | sa.s_net=ea->pa_dst_net; |
ea | 769 | net/appletalk/aarp.c | sa.s_node=ea->pa_src_node; |
ea | 770 | net/appletalk/aarp.c | sa.s_net=ea->pa_src_net; |
ea | 776 | net/appletalk/aarp.c | aarp_send_reply(dev,ma,&sa,ea->hw_src); |