Home
last modified time | relevance | path

Searched defs:ADVANCE (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/arch/i386/i386/
H A Din_cksum.s94 #define ADVANCE(n) \ macro
/openbsd/sys/arch/sparc64/sparc64/
H A Dtrap.c330 #define ADVANCE (n = tf->tf_npc, tf->tf_pc = n, tf->tf_npc = n + 4) in trap() macro
/openbsd/regress/sys/netinet/bindconnect/
H A Dbindconnect.c251 #define ADVANCE(x, n) \ in thread_delroute() macro
/openbsd/usr.bin/netstat/
H A Dshow.c63 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
/openbsd/sbin/route/
H A Dshow.c64 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
H A Droute.c148 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
/openbsd/usr.sbin/ndp/
H A Dndp.c109 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
/openbsd/usr.sbin/arp/
H A Darp.c94 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Doasys.c1271 #define ADVANCE { if (++i >= 8) { i = 0; mod = dst++; *mod = 0; } current_byte_index++; } macro
/openbsd/sys/net/
H A Drtsock.c1431 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
/openbsd/usr.sbin/route6d/
H A Droute6d.c75 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro