Home
last modified time | relevance | path

Searched refs:on_star (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dexecute.c37 on_star) in execute_statements() argument
46 struct on_star *on_star;
74 on_star);
91 on_star = &lease->on_star;
93 if (on_star != NULL) {
98 if (on_star->on_expiry)
103 (&on_star->on_expiry,
149 on_star))) {
183 on_star)) {
582 struct on_star *on_star;
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dexecute.c37 on_star) in execute_statements() argument
46 struct on_star *on_star;
74 on_star);
91 on_star = &lease->on_star;
93 if (on_star != NULL) {
98 if (on_star->on_expiry)
103 (&on_star->on_expiry,
149 on_star))) {
183 on_star)) {
582 struct on_star *on_star;
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dexecute.c37 on_star) in execute_statements() argument
46 struct on_star *on_star;
74 on_star);
91 on_star = &lease->on_star;
93 if (on_star != NULL) {
98 if (on_star->on_expiry)
103 (&on_star->on_expiry,
149 on_star))) {
183 on_star)) {
582 struct on_star *on_star;
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Ddb.c262 if (lease->on_star.on_expiry) {
265 lease->on_star.on_expiry == lease->on_star.on_release
273 if (lease->on_star.on_release &&
274 lease->on_star.on_release != lease->on_star.on_expiry) {
666 if (iasubopt->on_star.on_expiry) { in write_ia()
668 iasubopt->on_star.on_expiry == in write_ia()
669 iasubopt->on_star.on_release in write_ia()
673 iasubopt->on_star.on_expiry, 6); in write_ia()
678 if (iasubopt->on_star.on_release && in write_ia()
679 iasubopt->on_star.on_release != in write_ia()
[all …]
H A Dmdb.c1285 if (comp->on_star.on_expiry)
1289 lease->on_star.on_expiry,
1293 if (comp->on_star.on_commit)
1297 lease->on_star.on_commit,
1301 if (comp->on_star.on_release)
1606 if (lease->on_star.on_expiry) in make_binding_state_transition()
1728 if (lease->on_star.on_expiry) in lease_copy()
1730 lease->on_star.on_expiry, in lease_copy()
1732 if (lease->on_star.on_commit) in lease_copy()
1734 lease->on_star.on_commit, in lease_copy()
[all …]
H A Dconfpars.c3499 (&lease->on_star.on_expiry, in parse_lease_declaration()
3506 (&lease->on_star.on_release, in parse_lease_declaration()
3657 lease->on_star.on_expiry || lease->on_star.on_release) in parse_lease_declaration()
5032 if (on_star[0] == NULL) { in parse_ia_na_declaration()
5107 (&iaaddr->on_star.on_expiry, in parse_ia_na_declaration()
5113 (&iaaddr->on_star.on_release, in parse_ia_na_declaration()
5480 if (on_star[0] == NULL) { in parse_ia_ta_declaration()
5555 (&iaaddr->on_star.on_expiry, in parse_ia_ta_declaration()
5561 (&iaaddr->on_star.on_release, in parse_ia_ta_declaration()
5918 if (on_star[0] == NULL) { in parse_ia_pd_declaration()
[all …]
H A Ddhcpv6.c105 struct on_star on_star; member
3722 struct on_star *on_star; local
3735 on_star = &reply->lease->on_star;
3737 on_star = &reply->on_star;
3749 on_star);
3782 on_star);
4997 struct on_star *on_star; local
5010 on_star = &reply->lease->on_star;
5012 on_star = &reply->on_star;
5024 on_star);
[all …]
H A Dmdb6.c288 if (tmp->on_star.on_expiry != NULL) { in iasubopt_dereference()
290 (&tmp->on_star.on_expiry, MDL); in iasubopt_dereference()
292 if (tmp->on_star.on_commit != NULL) { in iasubopt_dereference()
294 (&tmp->on_star.on_commit, MDL); in iasubopt_dereference()
296 if (tmp->on_star.on_release != NULL) { in iasubopt_dereference()
298 (&tmp->on_star.on_release, MDL); in iasubopt_dereference()
1680 lease->on_star.on_expiry, in move_lease_to_inactive()
1681 &lease->on_star); in move_lease_to_inactive()
1684 (&lease->on_star.on_expiry, MDL); in move_lease_to_inactive()
1692 lease->on_star.on_release, in move_lease_to_inactive()
[all …]
H A Domapi.c479 if (lease->on_star.on_release) in dhcp_lease_destroy()
480 executable_statement_dereference (&lease->on_star.on_release, in dhcp_lease_destroy()
482 if (lease->on_star.on_expiry) in dhcp_lease_destroy()
483 executable_statement_dereference (&lease->on_star.on_expiry, in dhcp_lease_destroy()
485 if (lease->on_star.on_commit) in dhcp_lease_destroy()
486 executable_statement_dereference (&lease->on_star.on_commit, in dhcp_lease_destroy()
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Ddb.c262 if (lease->on_star.on_expiry) {
265 lease->on_star.on_expiry == lease->on_star.on_release
273 if (lease->on_star.on_release &&
274 lease->on_star.on_release != lease->on_star.on_expiry) {
666 if (iasubopt->on_star.on_expiry) { in write_ia()
668 iasubopt->on_star.on_expiry == in write_ia()
669 iasubopt->on_star.on_release in write_ia()
673 iasubopt->on_star.on_expiry, 6); in write_ia()
678 if (iasubopt->on_star.on_release && in write_ia()
679 iasubopt->on_star.on_release != in write_ia()
[all …]
H A Dmdb.c1285 if (comp->on_star.on_expiry)
1289 lease->on_star.on_expiry,
1293 if (comp->on_star.on_commit)
1297 lease->on_star.on_commit,
1301 if (comp->on_star.on_release)
1606 if (lease->on_star.on_expiry) in make_binding_state_transition()
1728 if (lease->on_star.on_expiry) in lease_copy()
1730 lease->on_star.on_expiry, in lease_copy()
1732 if (lease->on_star.on_commit) in lease_copy()
1734 lease->on_star.on_commit, in lease_copy()
[all …]
H A Dconfpars.c3499 (&lease->on_star.on_expiry, in parse_lease_declaration()
3506 (&lease->on_star.on_release, in parse_lease_declaration()
3657 lease->on_star.on_expiry || lease->on_star.on_release) in parse_lease_declaration()
5032 if (on_star[0] == NULL) { in parse_ia_na_declaration()
5107 (&iaaddr->on_star.on_expiry, in parse_ia_na_declaration()
5113 (&iaaddr->on_star.on_release, in parse_ia_na_declaration()
5480 if (on_star[0] == NULL) { in parse_ia_ta_declaration()
5555 (&iaaddr->on_star.on_expiry, in parse_ia_ta_declaration()
5561 (&iaaddr->on_star.on_release, in parse_ia_ta_declaration()
5918 if (on_star[0] == NULL) { in parse_ia_pd_declaration()
[all …]
H A Ddhcpv6.c105 struct on_star on_star; member
3722 struct on_star *on_star; local
3735 on_star = &reply->lease->on_star;
3737 on_star = &reply->on_star;
3749 on_star);
3782 on_star);
4997 struct on_star *on_star; local
5010 on_star = &reply->lease->on_star;
5012 on_star = &reply->on_star;
5024 on_star);
[all …]
H A Dmdb6.c288 if (tmp->on_star.on_expiry != NULL) { in iasubopt_dereference()
290 (&tmp->on_star.on_expiry, MDL); in iasubopt_dereference()
292 if (tmp->on_star.on_commit != NULL) { in iasubopt_dereference()
294 (&tmp->on_star.on_commit, MDL); in iasubopt_dereference()
296 if (tmp->on_star.on_release != NULL) { in iasubopt_dereference()
298 (&tmp->on_star.on_release, MDL); in iasubopt_dereference()
1680 lease->on_star.on_expiry, in move_lease_to_inactive()
1681 &lease->on_star); in move_lease_to_inactive()
1684 (&lease->on_star.on_expiry, MDL); in move_lease_to_inactive()
1692 lease->on_star.on_release, in move_lease_to_inactive()
[all …]
H A Domapi.c479 if (lease->on_star.on_release) in dhcp_lease_destroy()
480 executable_statement_dereference (&lease->on_star.on_release, in dhcp_lease_destroy()
482 if (lease->on_star.on_expiry) in dhcp_lease_destroy()
483 executable_statement_dereference (&lease->on_star.on_expiry, in dhcp_lease_destroy()
485 if (lease->on_star.on_commit) in dhcp_lease_destroy()
486 executable_statement_dereference (&lease->on_star.on_commit, in dhcp_lease_destroy()
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Ddb.c262 if (lease->on_star.on_expiry) {
265 lease->on_star.on_expiry == lease->on_star.on_release
273 if (lease->on_star.on_release &&
274 lease->on_star.on_release != lease->on_star.on_expiry) {
666 if (iasubopt->on_star.on_expiry) { in write_ia()
668 iasubopt->on_star.on_expiry == in write_ia()
669 iasubopt->on_star.on_release in write_ia()
673 iasubopt->on_star.on_expiry, 6); in write_ia()
678 if (iasubopt->on_star.on_release && in write_ia()
679 iasubopt->on_star.on_release != in write_ia()
[all …]
H A Dmdb.c1285 if (comp->on_star.on_expiry)
1289 lease->on_star.on_expiry,
1293 if (comp->on_star.on_commit)
1297 lease->on_star.on_commit,
1301 if (comp->on_star.on_release)
1606 if (lease->on_star.on_expiry) in make_binding_state_transition()
1728 if (lease->on_star.on_expiry) in lease_copy()
1730 lease->on_star.on_expiry, in lease_copy()
1732 if (lease->on_star.on_commit) in lease_copy()
1734 lease->on_star.on_commit, in lease_copy()
[all …]
H A Dconfpars.c3499 (&lease->on_star.on_expiry, in parse_lease_declaration()
3506 (&lease->on_star.on_release, in parse_lease_declaration()
3657 lease->on_star.on_expiry || lease->on_star.on_release) in parse_lease_declaration()
5032 if (on_star[0] == NULL) { in parse_ia_na_declaration()
5107 (&iaaddr->on_star.on_expiry, in parse_ia_na_declaration()
5113 (&iaaddr->on_star.on_release, in parse_ia_na_declaration()
5480 if (on_star[0] == NULL) { in parse_ia_ta_declaration()
5555 (&iaaddr->on_star.on_expiry, in parse_ia_ta_declaration()
5561 (&iaaddr->on_star.on_release, in parse_ia_ta_declaration()
5918 if (on_star[0] == NULL) { in parse_ia_pd_declaration()
[all …]
H A Ddhcpv6.c105 struct on_star on_star; member
3722 struct on_star *on_star; local
3735 on_star = &reply->lease->on_star;
3737 on_star = &reply->on_star;
3749 on_star);
3782 on_star);
4997 struct on_star *on_star; local
5010 on_star = &reply->lease->on_star;
5012 on_star = &reply->on_star;
5024 on_star);
[all …]
H A Dmdb6.c288 if (tmp->on_star.on_expiry != NULL) { in iasubopt_dereference()
290 (&tmp->on_star.on_expiry, MDL); in iasubopt_dereference()
292 if (tmp->on_star.on_commit != NULL) { in iasubopt_dereference()
294 (&tmp->on_star.on_commit, MDL); in iasubopt_dereference()
296 if (tmp->on_star.on_release != NULL) { in iasubopt_dereference()
298 (&tmp->on_star.on_release, MDL); in iasubopt_dereference()
1680 lease->on_star.on_expiry, in move_lease_to_inactive()
1681 &lease->on_star); in move_lease_to_inactive()
1684 (&lease->on_star.on_expiry, MDL); in move_lease_to_inactive()
1692 lease->on_star.on_release, in move_lease_to_inactive()
[all …]
H A Domapi.c479 if (lease->on_star.on_release) in dhcp_lease_destroy()
480 executable_statement_dereference (&lease->on_star.on_release, in dhcp_lease_destroy()
482 if (lease->on_star.on_expiry) in dhcp_lease_destroy()
483 executable_statement_dereference (&lease->on_star.on_expiry, in dhcp_lease_destroy()
485 if (lease->on_star.on_commit) in dhcp_lease_destroy()
486 executable_statement_dereference (&lease->on_star.on_commit, in dhcp_lease_destroy()
/dports/mail/geary/geary-40.0/src/client/conversation-viewer/
H A Dconversation-contact-popover.vala33 {ACTION_STAR, on_star, },
234 private void on_star() {
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/includes/
H A Ddhcpd.h549 struct on_star { struct
579 struct on_star on_star; member
1664 struct on_star on_star; member
3260 struct on_star *);
3268 struct on_star *);
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/includes/
H A Ddhcpd.h549 struct on_star { struct
579 struct on_star on_star; member
1664 struct on_star on_star; member
3260 struct on_star *);
3268 struct on_star *);
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/includes/
H A Ddhcpd.h549 struct on_star { struct
579 struct on_star on_star; member
1664 struct on_star on_star; member
3260 struct on_star *);
3268 struct on_star *);

12