def call_udp_checksum(context):
    context.result = helpers.udp_checksum(context.msg, context.src_addr, context.dst_addr)
Exemplo n.º 2
0
def call_udp_checksum(context):
    context.result = helpers.udp_checksum(context.msg, context.src_addr, context.dst_addr)