Searched refs:ADVANCE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Draw.c59 #define ADVANCE(pointer, nbytes) do { \ macro
145 ADVANCE(ptr, sizeof(uint32_t));
154 ADVANCE(ptr, sizeof(struct smb_header));
157 ADVANCE(ptr, sizeof(uint8_t)); /* skip word_count field */
163 ADVANCE(ptr, len); /* skip parameter words */
172 ADVANCE(ptr, sizeof(uint16_t)); /* skip byte_count field */
178 ADVANCE(ptr, len);
/macosx-10.9.5/gssd-62/
H A Dgssd.c214 #define ADVANCE(p, l, e) do { \ macro
282 ADVANCE(ptr, 1, eptr);
287 ADVANCE(ptr, 1, eptr);
293 ADVANCE(ptr, 1, eptr);
299 ADVANCE(ptr, 1, eptr);
305 ADVANCE(ptr, 1, eptr);
309 ADVANCE(ptr, 1, eptr);
312 ADVANCE(ptr, len, eptr);
316 ADVANCE(ptr, 1, eptr);
320 ADVANCE(pt
[all...]
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c153 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
1408 ADVANCE(cp, sa);
1487 ADVANCE(cp, sa);
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Droute.c90 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dnatd.c1401 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro
1405 ADVANCE(cp, (struct sockaddr *)cp);
/macosx-10.9.5/network_cmds-433/ndp.tproj/
H A Dndp.c143 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) macro

Completed in 138 milliseconds