Home
last modified time | relevance | path

Searched refs:Assign16 (Results 1 – 5 of 5) sorted by relevance

/dports/lang/oo2c/oo2c_64-2.1.11/tests/ssa/
H A DAssign16.Mod1 MODULE Assign16;
29 END Assign16.
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct.h167 #define Assign16(a, b) a = b macro
169 #define Assign16(a, b) \ macro
H A Dnfacctd.c1062 Assign16(*(pptrs.vlan4.vlan_ptr+2), htons(ETHERTYPE_IP)); in main()
1075 Assign16(((struct eth_header *)pptrs.mpls4.packet_ptr)->ether_type, htons(ETHERTYPE_MPLS)); in main()
1090 Assign16(((struct vlan_header *)pptrs.vlanmpls4.vlan_ptr)->proto, htons(ETHERTYPE_MPLS)); in main()
1101 Assign16(((struct eth_header *)pptrs.v6.packet_ptr)->ether_type, htons(ETHERTYPE_IPV6)); in main()
1105 Assign16(((struct ip6_hdr *)pptrs.v6.iph_ptr)->ip6_plen, htons(100)); in main()
1123 Assign16(((struct ip6_hdr *)pptrs.vlan6.iph_ptr)->ip6_plen, htons(100)); in main()
1134 Assign16(((struct eth_header *)pptrs.mpls6.packet_ptr)->ether_type, htons(ETHERTYPE_MPLS)); in main()
1494 Assign16(((struct pm_tlhdr *)pptrs->tlh_ptr)->src_port, exp_v5->srcport); in process_v5_packet()
1495 Assign16(((struct pm_tlhdr *)pptrs->tlh_ptr)->dst_port, exp_v5->dstport); in process_v5_packet()
2773 Assign16(((struct ip6_hdr *)pptrs->iph_ptr)->ip6_plen, htons(100)); in reset_ip6()
[all …]
H A Dsfacctd.c958 Assign16(((struct eth_header *)pptrs.vlan4.packet_ptr)->ether_type, htons(ETHERTYPE_8021Q)); in main()
961 Assign16(*(pptrs.vlan4.vlan_ptr+2), htons(ETHERTYPE_IP)); in main()
975 Assign16(((struct eth_header *)pptrs.mpls4.packet_ptr)->ether_type, htons(ETHERTYPE_MPLS)); in main()
988 Assign16(((struct eth_header *)pptrs.vlanmpls4.packet_ptr)->ether_type, htons(ETHERTYPE_8021Q)); in main()
991 Assign16(((struct vlan_header *)pptrs.vlanmpls4.vlan_ptr)->proto, htons(ETHERTYPE_MPLS)); in main()
1003 Assign16(((struct eth_header *)pptrs.v6.packet_ptr)->ether_type, htons(ETHERTYPE_IPV6)); in main()
1007 Assign16(((struct ip6_hdr *)pptrs.v6.iph_ptr)->ip6_plen, htons(100)); in main()
1019 Assign16(((struct eth_header *)pptrs.vlan6.packet_ptr)->ether_type, htons(ETHERTYPE_8021Q)); in main()
1026 Assign16(((struct ip6_hdr *)pptrs.vlan6.iph_ptr)->ip6_plen, htons(100)); in main()
1038 Assign16(((struct eth_header *)pptrs.mpls6.packet_ptr)->ether_type, htons(ETHERTYPE_MPLS)); in main()
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/
H A DChangeLog2820 ! fix, sfacctd, nfacctd: Assign16() was not handling correctly