Searched refs:mpc (Results 1 – 4 of 4) sorted by relevance
176 struct mp_capable *mpc = (struct mp_capable *) opt; in mp_capable_print() local182 if (MP_CAPABLE_OPT_VERSION(mpc->sub_ver) != 0) { in mp_capable_print()183 ND_PRINT((ndo, " Unknown Version (%d)", MP_CAPABLE_OPT_VERSION(mpc->sub_ver))); in mp_capable_print()187 if (mpc->flags & MP_CAPABLE_C) in mp_capable_print()189 ND_PRINT((ndo, " {0x%" PRIx64, EXTRACT_64BITS(mpc->sender_key))); in mp_capable_print()191 ND_PRINT((ndo, ",0x%" PRIx64, EXTRACT_64BITS(mpc->receiver_key))); in mp_capable_print()
36 if [ ! -e $MPC_PREFIX/include/mpc.h ]; then71 --with-mpc=$MPC_PREFIX
1962 …Class<?> mpc = ClassLoader.getSystemClassLoader().loadClass( "gov.nist.javax.sip.stack.sctp.SCTPMe… in createMessageProcessor() local1963 MessageProcessor mp = (MessageProcessor) mpc.newInstance(); in createMessageProcessor()
5039 my $mpc = AddressSub($pc, $offset);5040 while (($index < $#names) && ($mpc ge $symbol_table->{$fullname}->[1])){5045 if ($mpc lt $symbol_table->{$fullname}->[1]) {