HomeSort by: relevance | last modified time | path
    Searched defs:_SS_PAD1SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 115 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) - sizeof(ntp_u_int8_t))
117 _SS_PAD1SIZE - _SS_ALIGNSIZE)
119 # define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(short))
121 _SS_PAD1SIZE - _SS_ALIGNSIZE)
142 char __ss_pad1[_SS_PAD1SIZE];
  /src/sys/sys/
socket.h 296 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - 2)
297 #define _SS_PAD2SIZE (_SS_MAXSIZE - 2 - _SS_PAD1SIZE - _SS_ALIGNSIZE)
302 char __ss_pad1[_SS_PAD1SIZE];

Completed in 57 milliseconds