Searched defs:ADVANCE (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/arch/i386/i386/ |
H A D | in_cksum.s | 94 #define ADVANCE(n) \ macro
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | trap.c | 330 #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 D | bindconnect.c | 251 #define ADVANCE(x, n) \ in thread_delroute() macro
|
/openbsd/usr.bin/netstat/ |
H A D | show.c | 63 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|
/openbsd/sbin/route/ |
H A D | show.c | 64 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|
H A D | route.c | 148 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|
/openbsd/usr.sbin/ndp/ |
H A D | ndp.c | 109 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|
/openbsd/usr.sbin/arp/ |
H A D | arp.c | 94 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | oasys.c | 1271 #define ADVANCE { if (++i >= 8) { i = 0; mod = dst++; *mod = 0; } current_byte_index++; } macro
|
/openbsd/sys/net/ |
H A D | rtsock.c | 1431 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|
/openbsd/usr.sbin/route6d/ |
H A D | route6d.c | 75 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
|