Home | History | Annotate | Download | only in server

Lines Matching refs:options_present

533 		    if (!(link->imsg->options_present &
562 } else if (link->imsg->options_present &
592 if (!(link -> imsg -> options_present & FTB_HBA) ||
721 if (link -> imsg -> options_present & ft_options [option_code].bit) {
897 link -> imsg -> options_present |= ft_options [option_code].bit;
1340 if (!(link -> imsg -> options_present & FTB_MCLT)) {
1361 if (link -> imsg -> options_present & FTB_MAX_UNACKED)
1364 if (link -> imsg -> options_present & FTB_RECEIVE_TIMER)
1379 if (!(link->imsg->options_present &
1386 if (link->imsg->options_present & FTB_REJECT_REASON) {
1444 if (link -> imsg -> options_present & FTB_MAX_UNACKED)
1447 if (link -> imsg -> options_present & FTB_RECEIVE_TIMER)
4573 : (link->imsg->options_present & FTB_RELATIONSHIP_NAME)
4590 (link->imsg->options_present & FTB_TLS_REQUEST)
4829 (msg -> options_present & FTB_CLIENT_IDENTIFIER)
4834 (msg -> options_present & FTB_CHADDR)
4845 (msg->options_present & FTB_CLTT) ?
4848 ((msg->options_present & FTB_IP_FLAGS) && msg->ip_flags) ?
5131 if ((msg->options_present & FTB_CLTT) != 0)
5190 if ((msg->options_present & required_options) != required_options) {
5245 if (msg -> options_present & FTB_CHADDR) {
5280 if (msg->options_present & FTB_CLIENT_IDENTIFIER) {
5363 if (msg -> options_present & FTB_STOS) {
5366 if (msg -> options_present & FTB_LEASE_EXPIRY) {
5369 if (msg->options_present & FTB_POTENTIAL_EXPIRY) {
5372 if (msg->options_present & FTB_IP_FLAGS) {
5554 if (msg -> options_present & FTB_REJECT_REASON) {
5557 (int)((msg -> options_present & FTB_MESSAGE)
5561 (msg -> options_present & FTB_MESSAGE)
5580 if (msg->options_present & FTO_POTENTIAL_EXPIRY)