Searched refs:MAX_UDPMSG (Results 1 – 5 of 5) sorted by relevance
12 use constant MAX_UDPMSG => 1180; constant33 qr/^>>> .{19} /.generate_chars(MAX_UDPMSG-20).qr/$/ => 5,
13 use constant MAX_UDPMSG => 1180; constant50 qr/>>> .{19} /.generate_chars(MAX_UDPMSG-20).qr/$/ => 2,
13 use constant MAX_UDPMSG => 1180; constant52 qr/>>> .{19} /.generate_chars(MAX_UDPMSG-20).qr/$/ => 2,
13 use constant MAX_UDPMSG => 1180; constant56 qr/>>> .{19} /.generate_chars(MAX_UDPMSG-20).qr/$/ => 2,
72 #define MAX_UDPMSG 1180 /* maximum UDP send size */ macro2053 if (l > MAX_UDPMSG) { in fprintlog()2054 l -= MAX_UDPMSG; in fprintlog()