Name

addr-back-name:debug.1 — ordinary primitive

Synopsis

FORTH
ADDR>NAME ( addr -- nfa|0 )(); 
 ;

Description

search the next corresponding namefield that address is next too. If it is not in the base-dictionary, then just return 0 as not-found.

_export const p4char * p4_addr_to_name (const p4char* addr)