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 | 598 | net/appletalk/aarp.c | struct elapaarp *ea=(struct elapaarp *)skb->h.raw; |
ea | 620 | net/appletalk/aarp.c | if(!skb_pull(skb,sizeof(*ea))) |
ea | 626 | net/appletalk/aarp.c | ea->function=ntohs(ea->function); |
ea | 632 | 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 | 633 | net/appletalk/aarp.c | ea->pa_src_zero != 0 || ea->pa_dst_zero != 0) |
ea | 643 | net/appletalk/aarp.c | hash=ea->pa_src_node%(AARP_HASH_SIZE-1); |
ea | 649 | net/appletalk/aarp.c | sa.s_node=ea->pa_src_node; |
ea | 650 | net/appletalk/aarp.c | sa.s_net=ea->pa_src_net; |
ea | 671 | net/appletalk/aarp.c | if(ifa->address.s_node==ea->pa_dst_node && ifa->address.s_net==ea->pa_dst_net) |
ea | 684 | net/appletalk/aarp.c | switch(ea->function) |
ea | 700 | net/appletalk/aarp.c | memcpy(a->hwaddr,ea->hw_src,ETH_ALEN); |
ea | 719 | net/appletalk/aarp.c | sa.s_node=ea->pa_dst_node; |
ea | 720 | net/appletalk/aarp.c | sa.s_net=ea->pa_dst_net; |
ea | 727 | net/appletalk/aarp.c | sa.s_node=ea->pa_src_node; |
ea | 728 | net/appletalk/aarp.c | sa.s_net=ea->pa_src_net; |
ea | 734 | net/appletalk/aarp.c | aarp_send_reply(dev,ma,&sa,ea->hw_src); |