def call_udp_checksum(context):
    context.result = helpers.udp_checksum(context.msg, context.src_addr, context.dst_addr)
示例#2
0
def call_udp_checksum(context):
    context.result = helpers.udp_checksum(context.msg, context.src_addr, context.dst_addr)